[DURACOM-234] rename guards in order to be complaint to function name convention

This commit is contained in:
Giuseppe Digilio
2024-04-03 18:57:11 +02:00
parent f1686d5499
commit 35714b7a45
43 changed files with 119 additions and 119 deletions

View File

@@ -24,7 +24,7 @@ import { isAuthenticationBlocking } from './selectors';
* route until the authentication status has loaded.
* To ensure all rest requests get the correct auth header.
*/
export const AuthBlockingGuard: CanActivateFn = (
export const authBlockingGuard: CanActivateFn = (
route: ActivatedRouteSnapshot,
state: RouterStateSnapshot,
store: Store<AppState> = inject(Store<AppState>),