Skip to content

Commit

Permalink
fix: update link (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance authored Mar 4, 2024
1 parent ceb5cd1 commit 24f5a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
feedback.outerHTML = [
'<div class="alert alert-info cac-info">',
'<h2>New DoD PKI Detected</h2>',
'<div style="line-height: 2rem;">If you do not have an account yet, <a href="/register">click to register</a> now. Otherwise, please login with your username/password to associate this CAC with your existing account.',
'<div style="line-height: 2rem;">If you do not have an account yet, <a href="${url.registrationUrl}">click to register</a> now. Otherwise, please login with your username/password to associate this CAC with your existing account.',
'</div></div>'
].join('');
}
Expand Down

0 comments on commit 24f5a01

Please sign in to comment.