From 0099177b6b97e1c78a75a42a2809c10a7133d2c3 Mon Sep 17 00:00:00 2001 From: David Ma Date: Wed, 10 Apr 2024 11:03:45 -0600 Subject: [PATCH] refactor: customize string instead --- src/components/LoginForm.vue | 20 ++++---- .../kong-auth-login/KongAuthLogin.ce.vue | 21 +++++--- .../kong-auth-login/KongAuthLogin.spec.ts | 49 +++++++++++++++++++ 3 files changed, 72 insertions(+), 18 deletions(-) diff --git a/src/components/LoginForm.vue b/src/components/LoginForm.vue index 931b81791..14bcec01a 100644 --- a/src/components/LoginForm.vue +++ b/src/components/LoginForm.vue @@ -19,11 +19,11 @@ size="large" @click.prevent="redirectToIdp(idpLoginCallbackUrl, idpLoginReturnTo)" > - - - - {{ messages.login.loginTextSSO }} - + + + {{ loginSsoButtonText }}