-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Toby Archer
committed
Aug 25, 2023
1 parent
223c753
commit 2e7bc08
Showing
5 changed files
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
elixir-ory-network/lib/example_web/controllers/account_html/settings.html.heex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<h2 class="font-semibold text-xl"> | ||
<h2 class="font-semibold text-xl"> | ||
<%= gettext("Settings") %> | ||
</h2> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
elixir-ory-network/lib/example_web/controllers/account_html/verification.html.heex
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
elixir-ory-network/lib/example_web/controllers/account_html/verify.html.heex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<h2 class="font-semibold text-xl"> | ||
<%= gettext("Verify") %> | ||
</h2> | ||
|
||
<ExampleWeb.Flow.flow flow={@flow} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters