More tests
Only one user can sign in - until this becomes multiuser
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
<hr/>
|
||||
<h3>To-Do (In order of importance):</h3>
|
||||
<ul>
|
||||
<li>Blocking Sign-up at Routes level</li>
|
||||
<li>Tests for controllers and integration</li>
|
||||
<li>2FA</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user