Skip to content

Commit

Permalink
[PM-7930] Add ability to pop out extension to user decryption options…
Browse files Browse the repository at this point in the history
… component (#9037)

* Added app-pop-out to components

* Removed debugging.

* Removed pop-out from login via auth request.

* Undid header changes.

---------

Co-authored-by: Jared Snider <[email protected]>
Co-authored-by: bnagawiecki <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2024
1 parent aab9b0e commit 66dc01c
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<div id="login-initiated">
<header>
<h1 class="margin-auto">
<app-header>
<div class="left">
<app-pop-out></app-pop-out>
</div>
<h1 class="center">
<span class="title">{{ "loginInitiated" | i18n }}</span>
</h1>
</header>

<div class="right"></div>
</app-header>
<div class="content login-page">
<div class="full-loading-spinner" *ngIf="loading">
<i class="bwi bwi-spinner bwi-spin bwi-3x" aria-hidden="true"></i>
Expand Down

0 comments on commit 66dc01c

Please sign in to comment.