mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 15:13:40 -05:00
Fix bug
This commit is contained in:
@@ -69,7 +69,8 @@ def invite_user(service_id):
|
||||
return render_template(
|
||||
'views/invite-user.html',
|
||||
form=form,
|
||||
service_has_email_auth=service_has_email_auth
|
||||
service_has_email_auth=service_has_email_auth,
|
||||
mobile_number=True,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user