check user login

This commit is contained in:
Jonathan Jenne
2023-12-07 09:35:23 +01:00
parent 1108fa47e0
commit cd23c5b974
4 changed files with 62 additions and 17 deletions

View File

@@ -6,6 +6,9 @@
Public Property Email As String
Public Property Language As String
Public Property HasAccess As Boolean
Public Property IsAdmin As Boolean
Public ReadOnly Property FullName() As String
Get
Return Prename + " " + Name