fix(core): fix auth module config, setup 3s delay to show loading animation

This commit is contained in:
tibing 2017-09-06 14:06:32 +03:00
parent faf5baf0c2
commit 23dd1a0e88

View file

@ -12,7 +12,7 @@ const NB_CORE_PROVIDERS = [
email: {
service: NbDummyAuthProvider,
config: {
delay: 1000,
delay: 3000,
login: {
rememberMe: true,
},