Oops, fix a redirect URL I missed when ejecting from Devise controller

This commit is contained in:
Emi Matchu 2024-04-08 04:32:34 -07:00
parent f6d3992045
commit 889c454c65
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class NeopassConnectionsController < ApplicationController
"know!"
end
redirect_to edit_auth_user_registration_path
redirect_to edit_auth_user_path
end
private