[test] refresh token test
This commit is contained in:
3
src/ts/drive/accounter.ts
Normal file
3
src/ts/drive/accounter.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
async function loginWithGoogle() {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -64,6 +64,12 @@ export async function checkDriverInit() {
|
|||||||
msg: `Copy and paste this Auth Code: ${json.access_token}`
|
msg: `Copy and paste this Auth Code: ${json.access_token}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
else if(da === 'accesstauri'){
|
||||||
|
alertStore.set({
|
||||||
|
type: 'wait2',
|
||||||
|
msg: JSON.stringify(json)
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
alertError(await res.text())
|
alertError(await res.text())
|
||||||
|
|||||||
Reference in New Issue
Block a user