Implement user-specific tutorial access and enhance authentication handling
This commit is contained in:
@@ -19,6 +19,8 @@ export class AuthService {
|
||||
username,
|
||||
password
|
||||
}, httpOptions);
|
||||
|
||||
|
||||
}
|
||||
|
||||
register(username: string, email: string, password: string): Observable<any> {
|
||||
|
||||
Reference in New Issue
Block a user