1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-02 09:47:13 +03:00

imported new fronted fixes && comments

This commit is contained in:
Adolfo Gómez García 2023-01-16 12:27:27 +01:00
parent de03b67085
commit ed692c3d27
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -197,7 +197,7 @@ urlpatterns = [
uds.web.views.main.update_transport_ticket,
name='webapi.transport.UpdateTransportTicket',
),
# Authenticators custom html
# Authenticators custom js
re_path(
r'^uds/webapi/customAuth/(?P<idAuth>[a-zA-Z0-9:-]*)$',
uds.web.views.customAuth,