Skip to content

Commit 2a5dfb0

Browse files
Added support for SecurID approve flow with code selection feature (#141)
* Added support for SecurID approve flow with code selection feature * Removed extra error
1 parent 9af093c commit 2a5dfb0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/partials/securid_cas_approve_method_pending_verification.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,12 @@
2020
<div class="spinner__icon" data-id="spinner">
2121
</div>
2222
</div>
23+
{{#if selectionCode}}
24+
<div class="feedback__message">Open the RSA SecurID app and select the following code to approve push notification.</div>
25+
<br>
26+
<br>
27+
<h1 class="heading">{{selectionCode}}</h1>
28+
{{else}}
2329
<div class="feedback__message">Open the RSA SecurID app and approve push notification.</div>
30+
{{/if}}
2431
</div>

0 commit comments

Comments
 (0)