mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -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',
|
||||
field_label='folder')
|
||||
|
||||
login_authentication = RadioField(
|
||||
login_authentication = GovukRadiosField(
|
||||
'Sign in using',
|
||||
choices=[
|
||||
('sms_auth', 'Text message code'),
|
||||
|
||||
Reference in New Issue
Block a user