aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular')
-rw-r--r--client/angular/users/services/auth.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/users/services/auth.service.ts b/client/angular/users/services/auth.service.ts
index c09f0a343..14c3f009a 100644
--- a/client/angular/users/services/auth.service.ts
+++ b/client/angular/users/services/auth.service.ts
@@ -33,7 +33,7 @@ export class AuthService {
33 error => { 33 error => {
34 alert(error); 34 alert(error);
35 } 35 }
36 ) 36 );
37 } 37 }
38 38
39 login(username: string, password: string) { 39 login(username: string, password: string) {