mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 15:43:24 +00:00
remove completed todo
This commit is contained in:
@@ -21,7 +21,7 @@ export type AccountWithToken = Account & {
|
|||||||
interface AuthStore {
|
interface AuthStore {
|
||||||
account: null | AccountWithToken;
|
account: null | AccountWithToken;
|
||||||
backendUrl: null | string;
|
backendUrl: null | string;
|
||||||
proxySet: null | string[]; // TODO actually use these settings
|
proxySet: null | string[];
|
||||||
removeAccount(): void;
|
removeAccount(): void;
|
||||||
setAccount(acc: AccountWithToken): void;
|
setAccount(acc: AccountWithToken): void;
|
||||||
updateDeviceName(deviceName: string): void;
|
updateDeviceName(deviceName: string): void;
|
||||||
|
Reference in New Issue
Block a user