mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Convert radios on user page (basic)
Covers the page for both new and existing users.
This commit is contained in:
@@ -981,7 +981,7 @@ class BasePermissionsForm(StripWhitespaceForm):
|
|||||||
'Folders this team member can see',
|
'Folders this team member can see',
|
||||||
field_label='folder')
|
field_label='folder')
|
||||||
|
|
||||||
login_authentication = RadioField(
|
login_authentication = GovukRadiosField(
|
||||||
'Sign in using',
|
'Sign in using',
|
||||||
choices=[
|
choices=[
|
||||||
('sms_auth', 'Text message code'),
|
('sms_auth', 'Text message code'),
|
||||||
|
|||||||
Reference in New Issue
Block a user