refactor: rename idp fields to provider naming

This commit is contained in:
Chris
2026-04-03 01:05:01 +08:00
parent 467f2b4867
commit ef27162903
35 changed files with 239 additions and 235 deletions

View File

@@ -4,7 +4,7 @@
<template #header>
<div class="text-center">
<h1 class="text-xl font-bold text-gray-800">member.ose.tw</h1>
<p class="text-sm text-gray-500 mt-1">按下按鈕前往 Keycloak 登入</p>
<p class="text-sm text-gray-500 mt-1">按下按鈕前往身分提供者登入</p>
</div>
</template>
@@ -23,11 +23,11 @@
:loading="loginLoading"
@click="handleLogin"
>
前往 Keycloak 登入
前往登入
</el-button>
<div class="mt-4 text-xs text-gray-400 text-center space-y-1">
<p>登入會統一跳轉到 Keycloak 登入頁完成後自動返回</p>
<p>登入會統一跳轉到身分提供者登入頁完成後自動返回</p>
<p>登入成功後 access token 會存於本機 localStorage</p>
</div>
</el-card>