1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-25 03:20:49 -05:00

success/error messages for admin

This commit is contained in:
Kyle Spearrin
2018-03-28 10:38:01 -04:00
parent 674077d453
commit 40dff2cd6e
6 changed files with 41 additions and 8 deletions

View File

@ -7,7 +7,6 @@ using Bit.Core;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using System.Linq;
namespace Bit.Admin.Controllers
{