Add the Web Authentication.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

This commit is contained in:
2023-08-08 21:16:18 +03:00
parent 1cc1a83e34
commit dad35c5c51
41 changed files with 2539 additions and 125 deletions
@@ -0,0 +1,3 @@
defmodule LinkShortenerWeb.UserConfirmationView do
use LinkShortenerWeb, :view
end
@@ -0,0 +1,3 @@
defmodule LinkShortenerWeb.UserRegistrationView do
use LinkShortenerWeb, :view
end
@@ -0,0 +1,3 @@
defmodule LinkShortenerWeb.UserResetPasswordView do
use LinkShortenerWeb, :view
end
@@ -0,0 +1,3 @@
defmodule LinkShortenerWeb.UserSessionView do
use LinkShortenerWeb, :view
end
@@ -0,0 +1,3 @@
defmodule LinkShortenerWeb.UserSettingsView do
use LinkShortenerWeb, :view
end