From a09cfb98f316cf388fd1469c18d37e72a18ae711 Mon Sep 17 00:00:00 2001 From: dengjiewen Date: Fri, 7 Jul 2023 07:21:23 +0000 Subject: [PATCH] just for test Signed-off-by: dengjiewen --- entry/src/main/ets/pages/components/FaceAuth.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/main/ets/pages/components/FaceAuth.ets b/entry/src/main/ets/pages/components/FaceAuth.ets index f115566..db3b27e 100644 --- a/entry/src/main/ets/pages/components/FaceAuth.ets +++ b/entry/src/main/ets/pages/components/FaceAuth.ets @@ -13,6 +13,7 @@ * limitations under the License. */ +/*Just for test*/ import account_osAccount from '@ohos.account.osAccount'; import userAuth from '@ohos.userIAM.userAuth'; import util from '@ohos.util'; -- Gitee