Skip to content

Commit

Permalink
feat: use login_hint param for identifier value if provided
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Oct 31, 2024
1 parent e0455a4 commit 43dfc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default defineComponent({
attrs: {
autocomplete: identifierField
},
value: context.params.login_hint,
type: 'text',
label: `common.fields.${ identifierField}`,
format: identifierField === 'email' ? 'email' : undefined
Expand Down

0 comments on commit 43dfc2a

Please sign in to comment.