Compare commits
2 Commits
8a54b027d0
...
f2c50e929e
Author | SHA1 | Date | |
---|---|---|---|
f2c50e929e | |||
02e3239848 |
@ -25,7 +25,6 @@ export class HandleLogout {
|
|||||||
*/
|
*/
|
||||||
public async logout(): Promise<Logout> {
|
public async logout(): Promise<Logout> {
|
||||||
let logout: Logout = new Logout();
|
let logout: Logout = new Logout();
|
||||||
console.log(this.token)
|
|
||||||
if (!this.token || this.token === undefined) {
|
if (!this.token || this.token === undefined) {
|
||||||
throw new JwtNotProvidedError()
|
throw new JwtNotProvidedError()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user