Skip to content

Commit ac0d8a4

Browse files
committed
Merge branch 'main' into backend_widgets_count
2 parents 1778e12 + cc130ea commit ac0d8a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/app/app-routing.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { NgModule } from '@angular/core';
22
import { RouterModule, Routes } from '@angular/router';
3+
import { provideZxvbnServiceForPSM } from 'angular-password-strength-meter/zxcvbn';
34
import { AuthGuard } from './auth.guard';
45
import { configurationGuard } from './guards/configuration.guard';
56
import { setupGuard } from './guards/setup.guard';
@@ -18,6 +19,7 @@ const routes: Routes = [
1819
path: 'setup',
1920
loadComponent: () => import('./components/setup/setup.component').then((m) => m.SetupComponent),
2021
canActivate: [setupGuard],
22+
providers: [provideZxvbnServiceForPSM()],
2123
title: 'Setup | Rocketadmin',
2224
},
2325
{

0 commit comments

Comments
 (0)