maj
This commit is contained in:
parent
8f3d2669e5
commit
bd6827fe30
1 changed files with 0 additions and 5 deletions
|
@ -33,13 +33,8 @@ export class TokenService {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
public destroyToken(tokenKey : string): void {
|
public destroyToken(tokenKey : string): void {
|
||||||
localStorage.removeItem(tokenKey);
|
localStorage.removeItem(tokenKey);
|
||||||
localStorage.removeItem('ROLE');
|
localStorage.removeItem('ROLE');
|
||||||
=======
|
|
||||||
public destroyToken(token : any) {
|
|
||||||
localStorage.removeItem(token);
|
|
||||||
>>>>>>> dev
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue