mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Updated the field label for the callback URL
This commit is contained in:
+2
-2
@@ -693,10 +693,10 @@ class ServiceInboundNumberForm(Form):
|
|||||||
|
|
||||||
|
|
||||||
class ServiceInboundApiForm(Form):
|
class ServiceInboundApiForm(Form):
|
||||||
url = StringField("Inbound sms url",
|
url = StringField("Callback URL",
|
||||||
validators=[DataRequired(message='Can’t be empty'),
|
validators=[DataRequired(message='Can’t be empty'),
|
||||||
Regexp(regex="^https.*",
|
Regexp(regex="^https.*",
|
||||||
message='Must be a valid https url')]
|
message='Must be a valid https URL')]
|
||||||
)
|
)
|
||||||
bearer_token = PasswordFieldShowHasContent("Bearer token",
|
bearer_token = PasswordFieldShowHasContent("Bearer token",
|
||||||
validators=[DataRequired(message='Can’t be empty'),
|
validators=[DataRequired(message='Can’t be empty'),
|
||||||
|
|||||||
Reference in New Issue
Block a user