Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #188 from zarathustra323/idx-login-buttons
Browse files Browse the repository at this point in the history
Remove unused `submit` label and use defaults on comments
  • Loading branch information
zarathustra323 authored Nov 12, 2021
2 parents 8d7b717 + 4583078 commit 65a6248
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/marko-web-identity-x/browser/comments/stream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
:consent-policy="consentPolicy"
:app-context-id="appContextId"
:regional-consent-policies="regionalConsentPolicies"
:button-labels="{ submit: 'Continue', logout: 'Logout' }"
/>
</div>

Expand Down
1 change: 0 additions & 1 deletion packages/marko-web-identity-x/browser/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default {
type: Object,
default: () => ({
continue: 'Continue',
submit: 'Login / Register',
logout: 'Logout',
}),
},
Expand Down

0 comments on commit 65a6248

Please sign in to comment.