Fixed: 404 error on reseting of token
This commit is contained in:
parent
4c8dfc196b
commit
1b9f481754
|
@ -17,7 +17,7 @@
|
|||
.both
|
||||
%br
|
||||
|
||||
= form_for @user, url: reset_auth_token_settings_path, html: {class: :form} do |f|
|
||||
= form_for @user, url: reset_auth_token_settings_path, html: { class: :form, method: :put } do |f|
|
||||
.leftlist= f.label :authentication_token
|
||||
.rightlist= @user.authentication_token
|
||||
.both
|
||||
|
|
Loading…
Reference in New Issue