mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 16:08:24 -04:00
Fix bug
This commit is contained in:
@@ -69,7 +69,8 @@ def invite_user(service_id):
|
|||||||
return render_template(
|
return render_template(
|
||||||
'views/invite-user.html',
|
'views/invite-user.html',
|
||||||
form=form,
|
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