Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
self-reg-form
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krish Moodbidri
self-reg-form
Commits
7ae86ca0
Commit
7ae86ca0
authored
3 years ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
removed hard-coded value
parent
d92ae68b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5061
failed with stage
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/auth/SignUp.html
+1
-1
1 addition, 1 deletion
app/templates/auth/SignUp.html
with
1 addition
and
1 deletion
app/templates/auth/SignUp.html
+
1
−
1
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 }}
"
);
...
...
This diff is collapsed.
Click to expand it.
Krish Moodbidri
@krish94
·
3 years ago
Author
Owner
not limiting to http
not limiting to http
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment