diff --git a/openlibrary/i18n/messages.pot b/openlibrary/i18n/messages.pot index 8806d2d26e4..61dcb6acb81 100644 --- a/openlibrary/i18n/messages.pot +++ b/openlibrary/i18n/messages.pot @@ -1049,10 +1049,6 @@ msgid "" "nonprofit Internet Archive" msgstr "" -#: account/create.html -msgid "Google sign-in is temporarily unavailable, sorry for the inconvenience." -msgstr "" - #: account/create.html type/author/view.html msgid "Success!" msgstr "" diff --git a/openlibrary/templates/account/create.html b/openlibrary/templates/account/create.html index 9112f946b3f..9ce793a0411 100644 --- a/openlibrary/templates/account/create.html +++ b/openlibrary/templates/account/create.html @@ -23,14 +23,7 @@

$_("Sign Up")

$if not ctx.user: -
- -
- $#:render_template("account/ia_thirdparty_logins") + $:render_template("account/ia_thirdparty_logins")
$_('OR')
$def field(input, suffix=''): diff --git a/openlibrary/templates/login.html b/openlibrary/templates/login.html index 4f80702b8b8..21d9b957b41 100644 --- a/openlibrary/templates/login.html +++ b/openlibrary/templates/login.html @@ -27,15 +27,7 @@

$_("Log In")

$if not ctx.user: -
- -
- $# Temporarily disable google signin - $#:render_template("account/ia_thirdparty_logins") + $:render_template("account/ia_thirdparty_logins")