From 2e24ae5d2c42472ec356f9e1d65daf6408d8f64c Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 8 Jul 2020 20:51:50 -0700 Subject: [PATCH] More login info --- app/views/devise/shared/_sign_up_form_embedded.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/devise/shared/_sign_up_form_embedded.html.haml b/app/views/devise/shared/_sign_up_form_embedded.html.haml index fa4bb502..94e249c4 100644 --- a/app/views/devise/shared/_sign_up_form_embedded.html.haml +++ b/app/views/devise/shared/_sign_up_form_embedded.html.haml @@ -2,7 +2,10 @@ %p %strong Create an account directly for Snap!Con, or sign in using Google. %p - Snap!Con uses a different account system, but please use the same username or email address if possible. (We're working on improving this!) + You may sign in via Snap!, but the first time you try, you + %em might not + be redirected back to Snap!Con. If that happens, try a second time and the login will work. + We're trying to fix this issue. Thanks! = semantic_fields_for @user do |u| = u.input :username, input_html: { required: 'required', autocomplete: 'off' } = u.input :email, input_html: { required: 'required', autocomplete: 'off' }