Browse Source

remove completed todo

pull/497/head
mrjvs 2 years ago
parent
commit
5845036900
  1. 2
      src/stores/auth/index.ts

2
src/stores/auth/index.ts

@ -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…
Cancel
Save