drop oauth plan (copy config)

This commit is contained in:
2026-08-08 07:10:59 -04:00
parent 13a31aabdc
commit 3ef19f80b8
20 changed files with 530 additions and 1592 deletions

View File

@@ -55,7 +55,7 @@ export function createAppStore() {
init();
const saveState = (next: AppState) => {
saveAppStateToFile(next).catch(() => {});
saveAppStateToFile(next);
};
const updateState = (next: AppState) => {