17 update for bitp

This commit is contained in:
Yan
2017-07-17 16:55:18 +06:30
parent df06b81b28
commit 33537cef60
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ class HomeController < ApplicationController
session[:session_token] = @employee.token_session
route_by_role(@employee)
else
render :show, flash[:notice] => "Invalid PIN for Employee. Please try again!"
flash[:notice] ="Invalid PIN for Employee. Please try again!"
render :show
end
end