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