mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
remove completed todo
This commit is contained in:
parent
a2b262b4ab
commit
5845036900
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue