Implement identity verification feature with image upload and token management
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 2m2s
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 2m2s
This commit is contained in:
@@ -31,11 +31,11 @@
|
||||
|
||||
@if (Prospect?.FsId != null && Prospect.FsId != 0)
|
||||
{
|
||||
<a href="@(CurrentUser.NetworkLink)/profile/@Prospect?.FsId" target="_blank">
|
||||
<small style="font-size: .9rem;">
|
||||
<i class="fa-solid fa-eye"></i> @Prospect?.FsId
|
||||
</small>
|
||||
</a>
|
||||
<a href="@(CurrentUser.NetworkLink)/profile/@Prospect?.FsId" target="_blank">
|
||||
<small style="font-size: .9rem;">
|
||||
<i class="fa-solid fa-eye"></i> @Prospect?.FsId
|
||||
</small>
|
||||
</a>
|
||||
}
|
||||
|
||||
</div>
|
||||
@@ -210,6 +210,14 @@
|
||||
</Button>
|
||||
}
|
||||
|
||||
<Button
|
||||
Color="Color.Info"
|
||||
Height="Height.Px(35)"
|
||||
title="Identitätsprüfung"
|
||||
Clicked="OpenVerificationDialogAsync"
|
||||
Visibility="@(CurrentUser.IsInGroup(UserGroup.WelcomeTeam, UserGroup.Ambassador) ? Visibility.Default : Visibility.Invisible)"
|
||||
><i class="fa-solid fa-address-card"></i>
|
||||
</Button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user