refactor: rename idp fields to provider naming
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user