Skip to content

Commit a28be46

Browse files
committed
set as default for non sp and cp
1 parent 895f793 commit a28be46

File tree

1 file changed

+5
-5
lines changed
  • frontend/src/features/admin-form/settings/components/AuthSettingsSection

1 file changed

+5
-5
lines changed

frontend/src/features/admin-form/settings/components/AuthSettingsSection/constants.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { FormAuthType } from '~shared/types/form'
33
type FormSingpassAuthType = Exclude<FormAuthType, FormAuthType.NIL>
44

55
export const FORM_SINGPASS_AUTHTYPES: Record<FormSingpassAuthType, string> = {
6-
[FormAuthType.SGID]: 'Singpass App-only Login',
7-
[FormAuthType.SGID_MyInfo]: 'Singpass App-only with Myinfo',
8-
[FormAuthType.SP]: 'Singpass',
9-
[FormAuthType.MyInfo]: 'Singpass with Myinfo',
10-
[FormAuthType.CP]: 'Singpass (Corporate)',
6+
[FormAuthType.SGID]: 'Default',
7+
[FormAuthType.SGID_MyInfo]: 'Default',
8+
[FormAuthType.SP]: 'Default',
9+
[FormAuthType.MyInfo]: 'Singpass',
10+
[FormAuthType.CP]: 'Corppass',
1111
}

0 commit comments

Comments
 (0)