most of these casts are apparently no longer necessary

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-04-27 11:01:31 +02:00
parent df3f6003c3
commit 7cd399ede0
9 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export class ProviderAAuthProvider implements OAuthProviderHandlers {
clientID: options.clientId,
clientSecret: options.clientSecret,
callbackURL: options.callbackUrl,
passReqToCallback: false as true,
passReqToCallback: false,
response_type: 'code',
/// ... etc
}