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
908b1c63
Commit
908b1c63
authored
2 years ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
fixed typos
parent
cd62860a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Feat certify account
Pipeline
#5876
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/errors/certify.html
+2
-2
2 additions, 2 deletions
app/templates/errors/certify.html
with
2 additions
and
2 deletions
app/templates/errors/certify.html
+
2
−
2
View file @
908b1c63
...
...
@@ -25,10 +25,10 @@
window
.
location
.
replace
(
'
{{ referrer }}
'
);
});
socket
.
on
(
'
account
error
'
,
function
(
msg
)
{
socket
.
on
(
'
certify
error
'
,
function
(
msg
)
{
console
.
log
(
msg
);
$
(
'
#myModal2
'
).
modal
(
'
hide
'
);
renderDom
(
"
Account C
reate
Error
"
,
"
{{ error_msg }}
"
,
msg
);
renderDom
(
"
Account C
ertification
Error
"
,
"
{{ error_msg }}
"
,
msg
);
});
});
...
...
This diff is collapsed.
Click to expand it.
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