| @@ -25,7 +25,6 @@ export class AuthController { | ||||
| 		let auth; | ||||
| 		try { | ||||
| 			auth = await createAuth.toAuth(); | ||||
| 			console.log(auth); | ||||
| 		} catch (error) { | ||||
| 			return error; | ||||
| 		} | ||||
| @@ -44,7 +43,6 @@ export class AuthController { | ||||
| 		let logout; | ||||
| 		try { | ||||
| 			logout = await handleLogout.logout() | ||||
| 			console.log(logout); | ||||
| 		} catch (error) { | ||||
| 			return error; | ||||
| 		} | ||||
| @@ -62,7 +60,6 @@ export class AuthController { | ||||
| 		let auth; | ||||
| 		try { | ||||
| 			auth = await refreshAuth.toAuth(); | ||||
| 			console.log(auth); | ||||
| 		} catch (error) { | ||||
| 			return error; | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user