-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make splash page view only block content * change invocation of component * address some of the pr comments * add test coverage * remove conditional because of issue with it always showing * solve for mfa errors * move altcontent outside
- Loading branch information
1 parent
904c08e
commit 0ca6135
Showing
11 changed files
with
211 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{{! | ||
Copyright (c) HashiCorp, Inc. | ||
SPDX-License-Identifier: BUSL-1.1 | ||
~}} | ||
|
||
<div class="splash-page-container section is-flex-v-centered-tablet is-flex-grow-1 is-fullwidth"> | ||
<div class="columns is-centered is-gapless is-fullwidth"> | ||
<div class="column is-4-desktop is-6-tablet"> | ||
<div class="splash-page-header" data-test-splash-page-header> | ||
{{yield to="header"}} | ||
</div> | ||
<div class="splash-page-sub-header" data-test-splash-page-sub-header> | ||
{{yield to="subHeader"}} | ||
</div> | ||
<div class="login-form box is-paddingless is-relative" data-test-splash-page-content> | ||
{{yield to="content"}} | ||
</div> | ||
{{yield to="footer"}} | ||
</div> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.