add waffle library, handle file upload, authenticate user with oauth and see if they have the link's email associated to their account
This commit is contained in:
1
lib/entendu_web/templates/link/auth.html.eex
Normal file
1
lib/entendu_web/templates/link/auth.html.eex
Normal file
@@ -0,0 +1 @@
|
||||
<%= react_component("Components.AuthPage", %{ csrf: Plug.CSRFProtection.get_csrf_token(), service: @service, recipient: @recipient, user: @current_user }) %>
|
@@ -1 +1 @@
|
||||
<%= react_component("Components.ForPage") %>
|
||||
<%= react_component("Components.ForPage", %{ csrf: Plug.CSRFProtection.get_csrf_token() }) %>
|
||||
|
Reference in New Issue
Block a user