mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 06:22:17 +00:00
Fix logout
This commit is contained in:
@@ -17,6 +17,11 @@ export interface LooseObject {
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
export interface BaseRes {
|
||||
ok: boolean;
|
||||
msg?: string;
|
||||
}
|
||||
|
||||
let randomBytes : (numBytes: number) => Uint8Array;
|
||||
initRandomBytes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user