Skip to content

Commit

Permalink
devise email
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 14, 2023
1 parent f8ad4a0 commit 20848cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/events/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<!-- Secondary sidebar -->
<nav aria-label="Sections" class="hidden- w-20 flex-shrink-0 xl:w-96 border-r-gray-500 border-blue-gray-600 xl:flex xl:flex-col" data-phx-component="1" id="phx-F3UvZXQBa5XtMUVi-1-0">
<div class="hidden xl:flex flex-shrink-0 h-16 px-6 border-b- border-gray-200 dark:border-gray-800 flex items-center justify-between">
<p class="text-lg font-medium text-gray-900 dark:text-gray-100">Settingskk</p>
<p class="text-lg font-medium text-gray-900 dark:text-gray-100">Settings</p>
<%= link_to "visit event page", event_path(@event), class: "button" %>
</div>
<div class="flex-1 min-h-0 overflow-y-auto">
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
config.mailer_sender = 'please-change-me-at-config-initializers-devise@example.com'
config.mailer_sender = ENV['EMAIL_ACCOUNT']


# Configure the class responsible to send e-mails.
Expand Down

0 comments on commit 20848cc

Please sign in to comment.