Skip to content

Commit 510a8f6

Browse files
author
nicolasschneider
committed
add OpenIdDisplayName to login plugins index.ts
1 parent dbcd12d commit 510a8f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/login/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default plugin(loginId, {
5050
LoginEndpoint: '' as Metadata<string>,
5151
LoginAccount: '' as Metadata<string>,
5252
DisableSignUp: '' as Metadata<boolean>,
53+
OpenIdDisplayName: '' as Metadata<string>,
5354
TransactorOverride: '' as Metadata<string>,
5455
PasswordValidations: '' as Metadata<{
5556
MinLength: number

0 commit comments

Comments
 (0)