More tests

Only one user can sign in - until this becomes multiuser
This commit is contained in:
2024-05-14 18:53:34 +01:00
parent ae7846e46e
commit 4c63480a1f
5 changed files with 23 additions and 3 deletions

View File

@@ -23,3 +23,5 @@
<%= button_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider), data: { turbo: false } %><br />
<% end %>
<% end %>