Use rp-name for frontend branding

This commit is contained in:
Leo Vasanko
2025-09-01 18:48:59 -06:00
parent 0b285e6ef0
commit 7036338b33
7 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="container">
<div class="view active">
<h1>🔐 Passkey Login</h1>
<h1>🔐 {{ (authStore.settings?.rp_name || 'Passkey') + ' Login' }}</h1>
<form @submit.prevent="handleLogin">
<button
type="submit"