vault/ui/app/components/oidc-callback-splash.hbs
Vault Automation 0c6c13dd38
license: update headers to IBM Corp. (#10229) (#10233)
* 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>
2025-10-21 15:20:20 -06:00

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>