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