Use rp-name for frontend branding

This commit is contained in:
2025-09-02 06:48:59 +00:00
parent 93d722c4d2
commit a526344842
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"