Skip to content

Commit

Permalink
Merge branch 'ah/phone-2fa' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-s76 committed May 2, 2024
2 parents ecb6492 + 32f23fb commit 2dcdbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ config :recognizer,

config :recognizer, RecognizerWeb.Endpoint,
url: [host: System.get_env("DOMAIN")],
secret_key_base: recognizer_config["SECRET_KEY_BASE"],
live_view: [signing_salt: recognizer_config["LIVE_VIEW_SALT"]]
secret_key_base: recognizer_config["SECRET_KEY_BASE"]

config :recognizer, Recognizer.Repo,
username: recognizer_config["DB_USER"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<div class="buttons is-right mt-5">
<div class="control">
<%= submit "Update Profile", class: "button is-secondary", disabled: false %>
<%= submit "Update Profile", class: "button is-secondary" %>
</div>
</div>
<% end %>
Expand Down

0 comments on commit 2dcdbd2

Please sign in to comment.