mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:21:42 +00:00
implementar cambio de contraseña closes #187
This commit is contained in:
parent
10e9a16321
commit
a20ff3a23a
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
Rails.application.routes.draw do
|
||||
devise_for :usuaries
|
||||
get '/.well-known/change-password', to: redirect('/usuaries/edit')
|
||||
|
||||
mount Blazer::Engine, at: 'blazer'
|
||||
|
||||
root 'application#index'
|
||||
|
|
Loading…
Reference in a new issue