aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/users/services/auth.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/users/services/auth.service.ts')
-rw-r--r--client/angular/users/services/auth.service.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/angular/users/services/auth.service.ts b/client/angular/users/services/auth.service.ts
index 14c3f009a..fc5048d8a 100644
--- a/client/angular/users/services/auth.service.ts
+++ b/client/angular/users/services/auth.service.ts
@@ -12,8 +12,8 @@ export class AuthService {
12 private _loginChanged; 12 private _loginChanged;
13 private _baseLoginUrl = '/api/v1/users/token'; 13 private _baseLoginUrl = '/api/v1/users/token';
14 private _baseClientUrl = '/api/v1/users/client'; 14 private _baseClientUrl = '/api/v1/users/client';
15 private _clientId = '56f055587305d40b21904240'; 15 private _clientId = '';
16 private _clientSecret = 'megustalabanana'; 16 private _clientSecret = '';
17 17
18 constructor (private http: Http) { 18 constructor (private http: Http) {
19 this._loginChanged = new Subject<AuthStatus>(); 19 this._loginChanged = new Subject<AuthStatus>();