5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:54:16 +00:00

fix: usar el token correcto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-24 19:00:23 -03:00
parent 838b398f28
commit 18de36939f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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