mirror of
https://github.com/bitwarden/server
synced 2026-01-01 08:03:23 +00:00
Created sso config service with save (#936)
This commit is contained in:
@@ -57,17 +57,5 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
return results.ToList();
|
||||
}
|
||||
}
|
||||
|
||||
public override async Task CreateAsync(SsoConfig obj)
|
||||
{
|
||||
obj.CreationDate = obj.RevisionDate = DateTime.UtcNow;
|
||||
await base.CreateAsync(obj);
|
||||
}
|
||||
|
||||
public override async Task ReplaceAsync(SsoConfig obj)
|
||||
{
|
||||
obj.RevisionDate = DateTime.UtcNow;
|
||||
await base.ReplaceAsync(obj);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user