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
dc1ce06d
Commit
dc1ce06d
authored
Oct 02, 2020
by
Krish Moodbidri
Browse files
removed alert message on acount creation
parent
3cf58cc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/templates/auth/SignUp.html
View file @
dc1ce06d
...
...
@@ -22,7 +22,6 @@
socket
.
on
(
'
account ready
'
,
function
(
msg
)
{
$
(
'
#myModal
'
).
modal
(
'
hide
'
);
alert
(
"
Account has been created!
"
);
window
.
location
.
replace
(
'
{{ 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