fix oauth
This commit is contained in:
@@ -266,6 +266,7 @@ model OAuthAuthorizationCode {
|
||||
clientId String
|
||||
redirectUri String
|
||||
scopes String[]
|
||||
nonce String?
|
||||
expiresAt DateTime
|
||||
consumedAt DateTime?
|
||||
createdAt DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user