remove completed todo

This commit is contained in:
mrjvs 2023-11-24 22:17:55 +01:00
parent a2b262b4ab
commit 5845036900

View File

@ -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;