Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg-form
Commits
7ae86ca0
Commit
7ae86ca0
authored
Aug 27, 2021
by
Krish Moodbidri
Browse files
removed hard-coded value
parent
d92ae68b
Pipeline
#5061
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/templates/auth/SignUp.html
View file @
7ae86ca0
...
...
@@ -8,7 +8,7 @@
<script>
console
.
info
(
'
Room ID: {{ room_id }}
'
);
var
socket
=
io
.
connect
(
'
http://
'
+
document
.
domain
+
'
:
'
+
location
.
port
);
var
socket
=
io
.
connect
();
socket
.
on
(
'
connect
'
,
function
()
{
autofill_form
(
"
{{ username }}
"
,
"
{{ fullname }}
"
,
"
{{ email }}
"
);
...
...
Krish Moodbidri
@krish94
·
Aug 27, 2021
Author
Owner
not limiting to http
not limiting to http
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment