1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

remove unused usings

This commit is contained in:
Kyle Spearrin 2016-10-20 22:56:28 -04:00
parent ee757bf475
commit b04843b124
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
using System; using System;
using System.IdentityModel.Tokens;
using Bit.Api.Models.Response; using Bit.Api.Models.Response;
using Bit.Core.Exceptions; using Bit.Core.Exceptions;
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting;

View File

@ -1,5 +1,4 @@
using System; using System;
using System.Security.Claims;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;