mirror of
https://github.com/openSUSE/osem.git
synced 2026-04-24 17:01:22 -04:00
Changed not to exclamation mark
This commit is contained in:
@@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base
|
||||
|
||||
def after_sign_in_path_for(resource)
|
||||
if session[:return_to] &&
|
||||
(not session[:return_to].start_with?(user_registration_path))
|
||||
!session[:return_to].start_with?(user_registration_path)
|
||||
logger.debug "Returning to #{session[:return_to]}"
|
||||
session[:return_to]
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user