Avoid confusing "You are already signed in" flash #34

Closed
opened 2024-05-16 21:21:17 +02:00 by cryptogopher · 0 comments
Owner
  • it pops up whenever user navigates to root (/) path from any other path
  • problem is with root route pointing to devise/sessions#new, even for authenticated users; solution is to define separate, different root route for authenticated users
* it pops up whenever user navigates to root (`/`) path from any other path * problem is with `root` route pointing to `devise/sessions#new`, even for authenticated users; solution is to define separate, different `root` route for authenticated users
cryptogopher changed title from Remove confusing "You are already signed in" flash to Avoid confusing "You are already signed in" flash 2024-12-30 00:46:12 +01:00
Sign in to join this conversation.
No description provided.