Implement Discord appeal functionality, including database schema, API endpoints, front-end form, and Discord message handling.
This commit is contained in:
@@ -45,6 +45,9 @@ export class AuthService {
|
||||
}
|
||||
|
||||
private reloadUsername() {
|
||||
if (window.location.hostname === 'localhost') {
|
||||
this._username.set('developer');
|
||||
}
|
||||
this.loginService.getUsername().subscribe({
|
||||
next: (username) => {
|
||||
this._username.set(username.username);
|
||||
|
||||
Reference in New Issue
Block a user