Added logic to confirm privacy before registration #251

This commit is contained in:
2023-03-17 14:43:16 +01:00
parent 4420c0e11c
commit cc0a0a5c69
15 changed files with 830 additions and 8870 deletions

View File

@@ -53,9 +53,9 @@ export class AppComponent implements OnInit, OnDestroy {
this.socket.startSocket();
}
ngOnDestroy() {
public ngOnDestroy(): void {
this.unsubscriber.next();
this.unsubscriber.unsubscribe();
this.unsubscriber.complete();
}
loadLang(): void {