diff --git a/packages/marko-web-identity-x/browser/comments/stream.vue b/packages/marko-web-identity-x/browser/comments/stream.vue index 8a81b85a4..4ea225a31 100644 --- a/packages/marko-web-identity-x/browser/comments/stream.vue +++ b/packages/marko-web-identity-x/browser/comments/stream.vue @@ -34,7 +34,6 @@ :consent-policy="consentPolicy" :app-context-id="appContextId" :regional-consent-policies="regionalConsentPolicies" - :button-labels="{ submit: 'Continue', logout: 'Logout' }" /> diff --git a/packages/marko-web-identity-x/browser/login.vue b/packages/marko-web-identity-x/browser/login.vue index ab64993d7..b494c4706 100644 --- a/packages/marko-web-identity-x/browser/login.vue +++ b/packages/marko-web-identity-x/browser/login.vue @@ -77,7 +77,6 @@ export default { type: Object, default: () => ({ continue: 'Continue', - submit: 'Login / Register', logout: 'Logout', }), },