mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #3794
This commit is contained in:
parent
c9de7c165c
commit
0afe5de211
5 changed files with 153 additions and 60 deletions
10
src/Ombi.Core/Models/IdentityResult.cs
Normal file
10
src/Ombi.Core/Models/IdentityResult.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Ombi.Models.Identity
|
||||
{
|
||||
public class IdentityResult
|
||||
{
|
||||
public List<string> Errors { get; set; }
|
||||
public bool Successful { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue