Issue fixing + deletion of profile & logo
This commit is contained in:
@@ -59,4 +59,7 @@ export class HomeComponent {
|
||||
login() {
|
||||
this.userService.login(window.location.href);
|
||||
}
|
||||
register() {
|
||||
this.userService.register(`${window.location.origin}/account`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user