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
rc
self-reg-form
Commits
7ee1daed
Commit
7ee1daed
authored
Oct 02, 2020
by
Krish Moodbidri
Browse files
calling autofill to prepopulate variables on webpage
parent
3edb7902
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/templates/auth/SignUp.html
View file @
7ee1daed
...
...
@@ -11,6 +11,7 @@
var
socket
=
io
.
connect
(
'
http://
'
+
document
.
domain
+
'
:
'
+
location
.
port
);
socket
.
on
(
'
connect
'
,
function
()
{
autofill_form
(
"
{{ username }}
"
,
"
{{ fullname }}
"
,
"
{{ email }}
"
);
socket
.
emit
(
'
join_room
'
,
{
referrer
:
'
{{ referrer }}
'
});
...
...
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