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