add google provider to nextauth

This commit is contained in:
Matthias Nannt
2023-05-19 14:28:46 +02:00
parent c6aabc77b4
commit d8f4ee598d
6 changed files with 17 additions and 0 deletions
+1
View File
@@ -316,6 +316,7 @@ model ApiKey {
enum IdentityProvider {
email
github
google
}
model Account {