refactor(identity): rename authentik_sub to user_sub and authentik_user_id to idp_user_id

This commit is contained in:
Chris
2026-03-31 22:32:48 +08:00
parent 22c71eff6f
commit 27b3c495c4
7 changed files with 37 additions and 37 deletions

View File

@@ -18,7 +18,7 @@
<template v-if="snapshot">
<p class="text-sm text-gray-500 mb-3">
Sub<span class="font-mono">{{ snapshot.authentik_sub }}</span>
Sub<span class="font-mono">{{ snapshot.user_sub }}</span>
</p>
<el-empty