Revert "add guest login to login page"

This reverts commit 0086399678.
This commit is contained in:
Wingy 2022-10-03 10:40:37 -04:00
parent 0086399678
commit 2a98752147
2 changed files with 1 additions and 16 deletions

View file

@ -66,9 +66,6 @@ module.exports.strings = {
CONFIRM_ACCOUNT_SET_PW_TEXT: name => `Hello ${name}! Please set your password here.`,
CONFIRM_ACCOUNT_SUCCESS: `Welcome to ${_CC.config.siteTitle}!`,
LOGIN_BUTTON: 'Log In',
LOGIN_GUEST_PASSWORD_PLACEHOLDER: 'p4ssw0rd;',
LOGIN_GUEST_PASSWORD: 'Guest Password',
LOGIN_GUEST: 'Log In as a Guest',
LOGIN_PASSWORD_PLACEHOLDER: 'pa$$word!',
LOGIN_PASSWORD: 'Password',
LOGIN_USERNAME_PLACEHOLDER: 'john',