feat: Oauth update
This commit is contained in:
@@ -56,6 +56,7 @@ export default observer(() => {
|
||||
|
||||
async function oAuthLogin(type: string) {
|
||||
const res: any = await oauthLogin(type);
|
||||
console.log(res);
|
||||
window.location.href = res.data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user