Skip to content

Commit

Permalink
chore: change playground example
Browse files Browse the repository at this point in the history
  • Loading branch information
LwveMike committed Apr 17, 2024
1 parent a8ec4ed commit 47311ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/playground/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 47311ec

Please sign in to comment.