mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-24 12:11:11 +01:00
* license: update headers to IBM Corp. * `make proto` * update offset because source file changed Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
18 lines
644 B
Handlebars
18 lines
644 B
Handlebars
{{!
|
|
Copyright IBM Corp. 2016, 2025
|
|
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="has-text-grey has-bottom-margin-m has-current-color-fill">
|
|
<LogoEdition />
|
|
</div>
|
|
<Hds::Alert @type="inline" @color="success" as |A|>
|
|
<A.Title>Signing in with your OIDC provider...</A.Title>
|
|
<A.Description>This window will close automatically</A.Description>
|
|
</Hds::Alert>
|
|
</div>
|
|
</div>
|
|
</div> |