Class: GraphQL::Auth::ResetPassword
- Inherits:
-
Object
- Object
- GraphQL::Auth::ResetPassword
- Defined in:
- lib/graphql-auth/reset_password.rb
Class Method Summary collapse
Class Method Details
.url(token) ⇒ Object
5 6 7 8 |
# File 'lib/graphql-auth/reset_password.rb', line 5 def url(token) url = I18n.locale === :fr ? 'nouveau-mot-de-passe' : 'new-password' "#{GraphQL::Auth.configuration.app_url}/#{I18n.locale}/#{url}/#{token}" end |