1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00

move TokenRetrieval to api

This commit is contained in:
Kyle Spearrin 2017-05-05 23:21:58 -04:00
parent 94fa3b1d1d
commit c4abe765ba

View File

@ -2,7 +2,7 @@
using System;
using System.Linq;
namespace Bit.Core.IdentityServer
namespace Bit.Api.Utilities
{
public static class TokenRetrieval
{