File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
frontend/src/features/admin-form/settings/components/AuthSettingsSection Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { FormAuthType } from '~shared/types/form'
33type FormSingpassAuthType = Exclude < FormAuthType , FormAuthType . NIL >
44
55export 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}
You can’t perform that action at this time.
0 commit comments