yep
This commit is contained in:
parent
4f6d7cfe60
commit
8fa8d04427
10 changed files with 231 additions and 71 deletions
|
|
@ -13,11 +13,15 @@
|
|||
<h1>Sell, buy, and reuse high quality LLM skills</h1>
|
||||
<p class="lead">Upload your prompt packages, automations, and reusable skill bundles. Other users can purchase them and copy directly into their own workspace.</p>
|
||||
<div class="actions">
|
||||
<a class="btn primary" href="/dashboard">Open Dashboard</a>
|
||||
<a class="btn primary" href="/auth/login">Sign In</a>
|
||||
<a class="btn" href="/dashboard">Open Dashboard</a>
|
||||
</div>
|
||||
<p class="hint">Authentication uses your external OIDC provider token via Authorization header.</p>
|
||||
{{if .DevMode}}
|
||||
<p class="hint">Dev mode is active. Authentication uses the demo user automatically.</p>
|
||||
{{else}}
|
||||
<p class="hint">Authentication is handled by your OIDC provider using secure session cookies.</p>
|
||||
{{end}}
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue