From f68faa5fba431eb3e8c6ba1f3b3aaab4e28baedb Mon Sep 17 00:00:00 2001 From: richard-loafle <44828666+richard-loafle@users.noreply.github.com> Date: Thu, 2 Apr 2020 15:52:19 +0900 Subject: [PATCH] bug fixed --- package-lock.json | 4 ++-- package.json | 2 +- projects/ui-authentication/package.json | 2 +- .../ui-authentication/src/lib/components/login.component.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34a4fcd..95cabfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2402,8 +2402,8 @@ "dev": true }, "@ucap/ng-ui-authentication": { - "version": "file:pack/ucap-ng-ui-authentication-0.0.13.tgz", - "integrity": "sha512-TrPEMg6nOJKFCsQN4EGDtA78ugBnhahvDw0pRvs67CFQ28hqQqFdMhuG7Qyl/+L2nJ7XfRZOAgYlEfddDtYEZA==" + "version": "file:pack/ucap-ng-ui-authentication-0.0.14.tgz", + "integrity": "sha512-wejkhebthEUub9nGigu9/fENB7hwOHrYTDq4dPmitxKeb3o1RNdbjAzaEB0QlVmLF+/ReydWZqr2d4d8Dus+/g==" }, "@ucap/ng-ui-organization": { "version": "file:pack/ucap-ng-ui-organization-0.0.2.tgz", diff --git a/package.json b/package.json index d75ee58..a6e3f18 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "@ucap/ng-store-group": "file:pack/ucap-ng-store-group-0.0.3.tgz", "@ucap/ng-store-organization": "file:pack/ucap-ng-store-organization-0.0.3.tgz", "@ucap/ng-ui": "file:pack/ucap-ng-ui-0.0.3.tgz", - "@ucap/ng-ui-authentication": "file:pack/ucap-ng-ui-authentication-0.0.13.tgz", + "@ucap/ng-ui-authentication": "file:pack/ucap-ng-ui-authentication-0.0.14.tgz", "@ucap/ng-ui-organization": "file:pack/ucap-ng-ui-organization-0.0.2.tgz", "@ucap/ng-ui-skin-default": "file:pack/ucap-ng-ui-skin-default-0.0.1.tgz", "@ucap/ng-web-storage": "file:pack/ucap-ng-web-storage-0.0.1.tgz", diff --git a/projects/ui-authentication/package.json b/projects/ui-authentication/package.json index eab2f29..82638c6 100644 --- a/projects/ui-authentication/package.json +++ b/projects/ui-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@ucap/ng-ui-authentication", - "version": "0.0.13", + "version": "0.0.14", "publishConfig": { "registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/" }, diff --git a/projects/ui-authentication/src/lib/components/login.component.html b/projects/ui-authentication/src/lib/components/login.component.html index af2b6b1..fdffde2 100644 --- a/projects/ui-authentication/src/lib/components/login.component.html +++ b/projects/ui-authentication/src/lib/components/login.component.html @@ -137,7 +137,7 @@ .duration(loginTry.remainTimeForNextTry, 'seconds') .asMilliseconds() ) - .format('hh:mm:ss') + .format('mm:ss') }} )