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