mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-25 14:55:40 +03:00
start add NormalizedFederatedUri to user
This commit is contained in:
parent
b878e74f76
commit
f687f79ed0
1 changed files with 11 additions and 10 deletions
|
@ -90,6 +90,7 @@ classDiagram
|
||||||
Type UserType
|
Type UserType
|
||||||
IsActive bool
|
IsActive bool
|
||||||
IsAdmin bool
|
IsAdmin bool
|
||||||
|
NormalizedFederatedUri string
|
||||||
Validate() []string
|
Validate() []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue