mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Added extra option to ConnectSignupResponse
This commit is contained in:
parent
f3b9f1e332
commit
a1e78cbb05
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
public enum ConnectSignupResponse
|
||||
{
|
||||
Failure,
|
||||
Success,
|
||||
EmailInUse,
|
||||
UsernameInUser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue