Implement user-specific tutorial access and enhance authentication handling

This commit is contained in:
liosha84
2025-07-06 11:00:17 +03:00
parent 140de83d0a
commit 3fdb1b4640
18 changed files with 153 additions and 25 deletions
@@ -19,6 +19,8 @@ export class AuthService {
username,
password
}, httpOptions);
}
register(username: string, email: string, password: string): Observable<any> {