change base url settings
This commit is contained in:
@@ -24,7 +24,8 @@ module TokenVerification
|
||||
end
|
||||
end
|
||||
|
||||
@user = Employee.authenticate_by_token(token)
|
||||
@user = Employee.
|
||||
(token)
|
||||
if @user
|
||||
return true
|
||||
#Maybe log - login?
|
||||
|
||||
Reference in New Issue
Block a user