drop oauth plan (copy config)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user