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
11aedd63
Commit
11aedd63
authored
Aug 30, 2021
by
Krish Moodbidri
Browse files
Merge branch 'master' into 'master'
removed hard-coded value See merge request
rc/self-reg-form!9
parents
d92ae68b
7ae86ca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/templates/auth/SignUp.html
View file @
11aedd63
...
...
@@ -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 }}
"
);
...
...
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