Skip to content

Commit

Permalink
fix: update successful login landing page title and message
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Feb 14, 2024
1 parent 2332281 commit 4f08650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Red Hat OpenShift Account Services</title>
<title>Red Hat Account Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="auth.css" />
<link
Expand All @@ -20,7 +20,7 @@ <h1 class="pf-c-title pf-m-lg">
Welcome to <span id="service">Red Hat</span>
</h1>
<div class="pf-c-empty-state__body message">
You have successfully logged as
You have successfully logged in as
<span style="font-weight: 700" id="login"></span>. <br />
You may now close this page.
</div>
Expand Down

0 comments on commit 4f08650

Please sign in to comment.