BreakOutEvent / breakout-frontend

Web Frontend
GNU Affero General Public License v3.0
6 stars 2 forks source link

Added delete User button and function at profile.js #437

Closed abatmas closed 2 years ago

abatmas commented 2 years ago

The user can now delete his own profile.

sibbl commented 2 years ago

Bitte auch die Linter-Fehler beheben, sonst baut es nicht. Siehe Build: https://github.com/BreakOutEvent/breakout-frontend/runs/7018338460?check_suite_focus=true

/home/runner/work/breakout-frontend/breakout-frontend/src/client/js/profile.js
  40:7   error  Strings must use singlequote                    quotes
  41:28  error  Strings must use singlequote                    quotes
  48:19  error  Strings must use singlequote                    quotes
  55:13  error  Expected indentation of 14 spaces but found 12  indent
  55:25  error  Strings must use singlequote                    quotes
  56:13  error  Expected indentation of 14 spaces but found 12  indent
  58:32  error  Strings must use singlequote                    quotes
  62:11  error  Expected indentation of 8 spaces but found 10   indent
  62:17  error  Strings must use singlequote                    quotes
  62:98  error  Missing semicolon                               semi