mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
FingerPrint fixe
This commit is contained in:
@@ -112,6 +112,10 @@ const routes: Routes = [
|
||||
path: 'pin',
|
||||
loadChildren: () => import('./shared/pin/pin.module').then( m => m.PinPageModule)
|
||||
},
|
||||
{
|
||||
path: 'fingerprint',
|
||||
loadChildren: () => import('./shared/fingerprint/fingerprint.module').then( m => m.FingerprintPageModule)
|
||||
},
|
||||
|
||||
/* {
|
||||
path: 'chat',
|
||||
|
||||
Reference in New Issue
Block a user