We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddffad2 commit 2c11599Copy full SHA for 2c11599
1 file changed
js/auth.js
@@ -210,7 +210,7 @@ class AuthManager {
210
redirectByRole(role) {
211
const routes = {
212
'super_admin': '/dashboard/super-admin.html',
213
- 'company_admin': '/dashboard/company.html',
+ 'company_admin': '/dashboard/hr.html',
214
'hr_manager': '/dashboard/hr.html',
215
'interviewer': '/dashboard/interviewer.html',
216
'candidate': '/dashboard/candidate.html'
0 commit comments