mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +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 {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue