feat: assessments module

This commit is contained in:
Thea Schöbl
2022-03-17 09:59:52 +00:00
parent eea8d6d339
commit e68d1b73f9
51 changed files with 3372 additions and 222 deletions

View File

@@ -18,6 +18,10 @@ export class AuthGuardService implements CanActivate {
route: ActivatedProtectedRouteSnapshot,
_state: RouterStateSnapshot,
) {
if (route.queryParamMap.get('token')) {
return true;
}
try {
await this.authHelper
.getProvider(route.data.authProvider)