From 7c33e7c782424c19c0230cce16397d066a49d986 Mon Sep 17 00:00:00 2001 From: lwvemike Date: Wed, 17 Apr 2024 11:39:09 +0300 Subject: [PATCH] chore: change playground example --- packages/playground/src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/playground/src/index.ts b/packages/playground/src/index.ts index 23f3b47..fade895 100644 --- a/packages/playground/src/index.ts +++ b/packages/playground/src/index.ts @@ -17,10 +17,10 @@ const client = new Client({ const FUNCTION = 'authentication' as 'authentication' | 'authorization' const SERVICES = ['management'] const CREDENTIALS = { - username: 'test_pap', - password: 'test_pap_password', + username: 'test_login', + password: 'test_login_password', } as const -const SELECTED_AUTHEN_TYPE: AuthenType = AUTHEN_TYPES.TAC_PLUS_AUTHEN_TYPE_PAP +const SELECTED_AUTHEN_TYPE: AuthenType = AUTHEN_TYPES.TAC_PLUS_AUTHEN_TYPE_ASCII ;(async () => { if (FUNCTION === 'authentication') {