From 23dd1a0e88b6c202c6fd906d9928d08016f5b641 Mon Sep 17 00:00:00 2001 From: tibing Date: Wed, 6 Sep 2017 14:06:32 +0300 Subject: [PATCH] fix(core): fix auth module config, setup 3s delay to show loading animation --- src/app/@core/core.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/@core/core.module.ts b/src/app/@core/core.module.ts index 792bba74..8fe3ec6d 100644 --- a/src/app/@core/core.module.ts +++ b/src/app/@core/core.module.ts @@ -12,7 +12,7 @@ const NB_CORE_PROVIDERS = [ email: { service: NbDummyAuthProvider, config: { - delay: 1000, + delay: 3000, login: { rememberMe: true, },