Oops, fix a redirect URL I missed when ejecting from Devise controller
This commit is contained in:
parent
f6d3992045
commit
889c454c65
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class NeopassConnectionsController < ApplicationController
|
||||||
"know!"
|
"know!"
|
||||||
end
|
end
|
||||||
|
|
||||||
redirect_to edit_auth_user_registration_path
|
redirect_to edit_auth_user_path
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in a new issue