mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-13 06:31:41 +00:00
fix: usar el token correcto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
838b398f28
commit
18de36939f
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
%p= t('devise.mailer.invitation_instructions.ignore')
|
||||
- elsif !@resource.confirmed? && @resource.confirmation_token
|
||||
= confirmation_url(@resource, confirmation_token: @token, change_locale_to: @resource.lang)
|
||||
= confirmation_url(@resource, confirmation_token: @resource.confirmation_token, change_locale_to: @resource.lang)
|
||||
\
|
||||
= t('devise.mailer.invitation_instructions.ignore')
|
||||
- else
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
\
|
||||
= t('devise.mailer.invitation_instructions.ignore')
|
||||
- elsif !@resource.confirmed? && @resource.confirmation_token
|
||||
= confirmation_url(@resource, confirmation_token: @token, change_locale_to: @resource.lang)
|
||||
= confirmation_url(@resource, confirmation_token: @resource.confirmation_token, change_locale_to: @resource.lang)
|
||||
\
|
||||
= t('devise.mailer.invitation_instructions.ignore')
|
||||
- else
|
||||
|
|
Loading…
Reference in a new issue