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
83bc9d03
Commit
83bc9d03
authored
May 16, 2022
by
Krish Moodbidri
Browse files
added logic to display landing page
parent
ecf88424
Pipeline
#6107
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/templates/account/certify.html
View file @
83bc9d03
...
...
@@ -22,7 +22,8 @@
socket
.
on
(
'
certified
'
,
function
(
msg
)
{
$
(
'
#myModal2
'
).
modal
(
'
hide
'
);
window
.
location
.
replace
(
'
{{ referrer }}
'
);
//window.location.replace('{{ referrer }}');
window
.
location
.
replace
(
'
account/landing.html
'
,
room_id
=
session
[
'
uid
'
]);
});
socket
.
on
(
'
certify error
'
,
function
(
msg
)
{
...
...
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