From 93c328d9884b3abe576d690fb387889ccce21edd Mon Sep 17 00:00:00 2001 From: yujann Date: Wed, 13 Aug 2025 11:00:18 +0800 Subject: [PATCH] delete duplicate branch Change-Id: Ib001299072c73f874651983d90d9fe6087df35ee Signed-off-by: yujann --- api/@ohos.account.osAccount.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.account.osAccount.d.ts b/api/@ohos.account.osAccount.d.ts index fb6e3a5dfd..09686ddb65 100644 --- a/api/@ohos.account.osAccount.d.ts +++ b/api/@ohos.account.osAccount.d.ts @@ -4212,7 +4212,7 @@ declare namespace osAccount { * @systemapi Hide this for inner system use. * @since 8 */ - getAuthInfo(authType?: AuthType): Promise>; + getAuthInfo(authType: AuthType): Promise>; /** * Gets authentication information. -- Gitee