refactor(identity): rename authentik_sub to user_sub and authentik_user_id to idp_user_id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user