Closed tiffsoa closed 1 month ago
After the user logs in, redirect them to their respective home page (student/instructor)
redirect_after_login takes the user’s variable named “type” but that doesn't exist, the variable is called “instructor” and it’s a boolean
After the user logs in, redirect them to their respective home page (student/instructor)