feat(oauth): add ability to limit user IDs for Discord authentication (#621)

This commit is contained in:
COMPLEX
2024-09-30 02:53:58 -04:00
committed by GitHub
parent 511ae933fa
commit 5883dff4cf
4 changed files with 22 additions and 208 deletions

View File

@@ -68,6 +68,8 @@ export default function AppShellDemo() {
})
.catch(toast.axiosError);
void config.refresh();
} else {
toast.success("No changes to save");
}
};