1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-23 03:34:49 +07:00

fix: reload packages on log in (#421)

related https://github.com/verdaccio/ui/pull/415
This commit is contained in:
Juan Picado @jotadeveloper 2020-01-14 07:16:39 +01:00 committed by GitHub
parent 164cea6c10
commit 1eca1f4079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,10 @@ auth:
users: users:
foo: foo:
name: test name: test
password: test password: test #pragma: allowlist secret
bar: bar:
name: bar name: bar
password: test password: test #pragma: allowlist secret
security: security:
api: api:
jwt: jwt:
@ -23,7 +23,7 @@ security:
web: web:
sign: sign:
expiresIn: 100d expiresIn: 100d
notBefore: 1 notBefore: 0
uplinks: uplinks:
npmjs: npmjs: