Compare commits

..

No commits in common. "f2c50e929e8ff79538f4125c695681ed9a6dd624" and "8a54b027d059365c1573c34da26dfa8dd5ee4456" have entirely different histories.

View File

@ -25,6 +25,7 @@ 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()
} }