Commit 3bf1991854363806fb69ec9eedfbd53030a1ab94

Authored by Matheus de Sousa Faria
1 parent ea00d981
Exists in 6-8-stable

Fixed loop redirect

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/devise/sessions/_new_env.html.haml
1 1 %script
2   - window.location.href = '/users/auth/env'
  2 + window.location.href = '/auth/env'
... ...