diff --git a/internal/cli/universal_login_customize_test.go b/internal/cli/universal_login_customize_test.go index 02108dfc5..bc4f0c230 100644 --- a/internal/cli/universal_login_customize_test.go +++ b/internal/cli/universal_login_customize_test.go @@ -166,6 +166,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) { "signupActionText": "${footerText}", "title": "Welcome friend, glad to have you!", "user-blocked": "Your account has been blocked after multiple consecutive login attempts.", + "usernameOnlyPlaceholder": "Username", "usernamePlaceholder": "Username or email address", "wrong-credentials": "Wrong username or password", "wrong-email-credentials": "Wrong email or password", @@ -305,6 +306,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) { "signupActionText": "${footerText}", "title": "Welcome friend, glad to have you!", "user-blocked": "Your account has been blocked after multiple consecutive login attempts.", + "usernameOnlyPlaceholder": "Username", "usernamePlaceholder": "Username or email address", "wrong-credentials": "Wrong username or password", "wrong-email-credentials": "Wrong email or password", @@ -446,6 +448,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) { "signupActionText": "${footerText}", "title": "Welcome friend, glad to have you!", "user-blocked": "Your account has been blocked after multiple consecutive login attempts.", + "usernameOnlyPlaceholder": "Username", "usernamePlaceholder": "Username or email address", "wrong-credentials": "Wrong username or password", "wrong-email-credentials": "Wrong email or password", @@ -667,6 +670,7 @@ func TestFetchUniversalLoginBrandingData(t *testing.T) { "signupActionText": "${footerText}", "title": "Welcome friend, glad to have you!", "user-blocked": "Your account has been blocked after multiple consecutive login attempts.", + "usernameOnlyPlaceholder": "Username", "usernamePlaceholder": "Username or email address", "wrong-credentials": "Wrong username or password", "wrong-email-credentials": "Wrong email or password",