Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj committed Dec 9, 2024
1 parent 677c0ab commit 295bf80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/cli/universal_login_customize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) {
"forgotPasswordText": "Forgot password?",
"hidePasswordText": "Hide password",
"invalid-connection": "Invalid connection",
"invalid-email-format": "Email is not valid.",
"invitationDescription": "Log in to accept ${inviterName}'s invitation to join ${companyName} on ${clientName}.",
"invitationTitle": "You've Been Invited!",
"ip-blocked": "We have detected suspicious login behavior and further attempts will be blocked. Please contact the administrator.",
Expand Down Expand Up @@ -603,6 +604,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) {
"forgotPasswordText": "Forgot password?",
"hidePasswordText": "Hide password",
"invalid-connection": "Invalid connection",
"invalid-email-format": "Email is not valid.",
"invitationDescription": "Log in to accept ${inviterName}'s invitation to join ${companyName} on ${clientName}.",
"invitationTitle": "You've Been Invited!",
"ip-blocked": "We have detected suspicious login behavior and further attempts will be blocked. Please contact the administrator.",
Expand Down Expand Up @@ -811,6 +813,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) {
"forgotPasswordText": "Forgot password?",
"hidePasswordText": "Hide password",
"invalid-connection": "Invalid connection",
"invalid-email-format": "Email is not valid.",
"invitationDescription": "Log in to accept ${inviterName}'s invitation to join ${companyName} on ${clientName}.",
"invitationTitle": "You've Been Invited!",
"ip-blocked": "We have detected suspicious login behavior and further attempts will be blocked. Please contact the administrator.",
Expand Down Expand Up @@ -1099,6 +1102,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) {
"forgotPasswordText": "Forgot password?",
"hidePasswordText": "Hide password",
"invalid-connection": "Invalid connection",
"invalid-email-format": "Email is not valid.",
"invitationDescription": "Log in to accept ${inviterName}'s invitation to join ${companyName} on ${clientName}.",
"invitationTitle": "You've Been Invited!",
"ip-blocked": "We have detected suspicious login behavior and further attempts will be blocked. Please contact the administrator.",
Expand Down

0 comments on commit 295bf80

Please sign in to comment.