diff --git a/src/ts/drive/accounter.ts b/src/ts/drive/accounter.ts new file mode 100644 index 00000000..8772558c --- /dev/null +++ b/src/ts/drive/accounter.ts @@ -0,0 +1,3 @@ +async function loginWithGoogle() { + +} \ No newline at end of file diff --git a/src/ts/drive/drive.ts b/src/ts/drive/drive.ts index d89d874c..f3ade0ee 100644 --- a/src/ts/drive/drive.ts +++ b/src/ts/drive/drive.ts @@ -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())