diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-28 19:31:44 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-28 19:31:44 +0200 |
commit | 4bdc2cc93558701ed22df442cfbf5a60295ed13f (patch) | |
tree | 09112c84f93b55bb2c4a0f3bc560cf25e1dcd3dd /client/angular/users | |
parent | da81752730dff6e19c326e6ed38ebd50a6fb9e3c (diff) | |
download | PeerTube-4bdc2cc93558701ed22df442cfbf5a60295ed13f.tar.gz PeerTube-4bdc2cc93558701ed22df442cfbf5a60295ed13f.tar.zst PeerTube-4bdc2cc93558701ed22df442cfbf5a60295ed13f.zip |
Remove default client id/secret
Diffstat (limited to 'client/angular/users')
-rw-r--r-- | client/angular/users/services/auth.service.ts | 4 |
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>(); |