Skip to content

Commit 2c11599

Browse files
committed
Fix company_admin redirect to hr.html
1 parent ddffad2 commit 2c11599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class AuthManager {
210210
redirectByRole(role) {
211211
const routes = {
212212
'super_admin': '/dashboard/super-admin.html',
213-
'company_admin': '/dashboard/company.html',
213+
'company_admin': '/dashboard/hr.html',
214214
'hr_manager': '/dashboard/hr.html',
215215
'interviewer': '/dashboard/interviewer.html',
216216
'candidate': '/dashboard/candidate.html'

0 commit comments

Comments
 (0)