Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 523d719

Browse files
committed
Updated screenshot images and footer adjustments for implicit sample apps
1 parent 04c937a commit 523d719

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed
47.3 KB
Loading

samples/implicit-flow/react/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class App extends Component {
8585
<footer className='mt-5 py-3 bg-dark text-white'>
8686
<div className="container">
8787
<div className="row">
88-
<div className="col-md-5">
88+
<div className="col">
8989
<p className='mb-0'>
9090
{`Visit the IBM Security Verify Documentation Hub for more information about the implicit flow and the`} <a href='https://www.npmjs.com/package/ibm-verify-sdk' rel='noreferrer' title='IBM Verify Javascript SDK' target='_blank'>{`IBM Verify Javascript SDK`}</a>
9191
</p>

samples/implicit-flow/vanilla/front-end/dashboard.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,17 @@ <h3 id='welcome'>Welcome</h3>
5151
<div class="col-md-6"><a class="btn btn-primary" id="logout" href="#">log out</a></div>
5252
</div>
5353
</div>
54-
54+
<footer class='mt-5 py-3 bg-dark text-white invisible'>
55+
<div class="container">
56+
<div class="row">
57+
<div class="col">
58+
<p class='mb-0'>
59+
Visit the IBM Security Verify Documentation Hub for more information about the implicit flow and the <a href='https://www.npmjs.com/package/ibm-verify-sdk' rel='noreferrer' title='IBM Verify Javascript SDK' target='_blank'>IBM Verify Javascript SDK.</a>
60+
</p>
61+
</div>
62+
</div>
63+
</div>
64+
</footer>
5565
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
5666
crossorigin="anonymous"></script>
5767

samples/implicit-flow/vanilla/front-end/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,17 @@ <h1>Vanilla js Sample application</h1>
2626
<p>You can authenticate using a registered IBM Security Verify's username and password.</p>
2727
<a id="login" href="" class="btn btn-primary">log in</a>
2828
</div>
29-
29+
<footer class='mt-5 py-3 bg-dark text-white'>
30+
<div class="container">
31+
<div class="row">
32+
<div class="col">
33+
<p class='mb-0'>
34+
Visit the IBM Security Verify Documentation Hub for more information about the implicit flow and the <a href='https://www.npmjs.com/package/ibm-verify-sdk' rel='noreferrer' title='IBM Verify Javascript SDK' target='_blank'>IBM Verify Javascript SDK.</a>
35+
</p>
36+
</div>
37+
</div>
38+
</div>
39+
</footer>
3040
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
3141
crossorigin="anonymous"></script>
3242

-62.8 KB
Loading

0 commit comments

Comments
 (0)