Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Apr 1, 2024
2 parents 0d4aba9 + 7c5e84b commit f3b97a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/auth-providers/dark-mirea-login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface MireaProfile {
export default function DarkMireaLoginProvider(): Provider {
return {
id: 'ninja',
name: 'Dark Mirea Login',
name: 'РТУ МИРЭА',
type: 'oauth',
version: '2.0',
accessTokenUrl: 'https://login.mirea.ninja/oauth/token',
Expand Down Expand Up @@ -46,5 +46,6 @@ export default function DarkMireaLoginProvider(): Provider {
},
clientId: 'public',
clientSecret: 'public',
allowDangerousEmailAccountLinking: true,
}
}

0 comments on commit f3b97a8

Please sign in to comment.