mirror of
https://github.com/kevin-DL/wails-vue-template.git
synced 2026-01-22 06:05:21 +00:00
Added basic auth and route protection
This commit is contained in:
8
frontend/wailsjs/go/main/Auth.d.ts
vendored
Executable file
8
frontend/wailsjs/go/main/Auth.d.ts
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function IsLoggedIn():Promise<boolean>;
|
||||
|
||||
export function Login():Promise<void>;
|
||||
|
||||
export function Register():Promise<void>;
|
||||
Reference in New Issue
Block a user