[test] refresh token test

This commit is contained in:
kwaroran
2023-05-27 00:10:59 +09:00
parent d90dd63052
commit 7fb05f22c8
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
async function loginWithGoogle() {
}

View File

@@ -64,6 +64,12 @@ export async function checkDriverInit() {
msg: `Copy and paste this Auth Code: ${json.access_token}`
})
}
else if(da === 'accesstauri'){
alertStore.set({
type: 'wait2',
msg: JSON.stringify(json)
})
}
}
else{
alertError(await res.text())