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

@@ -105,8 +105,6 @@ export type AppEvents = {
"player.play": { episodeId: string };
"player.pause": { episodeId: string };
"player.stop": {};
"auth.login": { userId: string };
"auth.logout": {};
"toast.show": {
message: string;
variant: "info" | "success" | "warning" | "error";