Skip to content

Commit

Permalink
Update confirmation url in devise_token_auth.rb initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia authored Sep 24, 2024
1 parent 33d6727 commit 51b6c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise_token_auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
# devise confirmable module. If you want to use devise confirmable module and
# send email, set it to true. (This is a setting for compatibility)
config.send_confirmation_email = true
config.default_confirm_success_url = "http://localhost:3000"
config.default_confirm_success_url = "http://www.comix.one"
end

0 comments on commit 51b6c52

Please sign in to comment.