chore: add changes in accordance to paskal/discord_poc

This commit is contained in:
Mrigank Badola
2024-10-09 08:57:47 +05:30
parent 9fb3014229
commit 4fbb3b59be
5 changed files with 10 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ export type OAuthProvider =
| 'github'
| 'microsoft'
| 'patreon'
| 'discord'
| 'telegram'
| 'dev'
export type FormProvider = 'email' | 'anonymous'