Compare commits
No commits in common. "f2c50e929e8ff79538f4125c695681ed9a6dd624" and "8a54b027d059365c1573c34da26dfa8dd5ee4456" have entirely different histories.
f2c50e929e
...
8a54b027d0
@ -25,6 +25,7 @@ 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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user