This commit is contained in:
Paul Schneider 2018-12-27 22:23:02 +00:00
commit acff3b72b6
8 changed files with 68 additions and 66 deletions

View file

@ -1,6 +1,4 @@
using Yavsc.Models.OAuth;
namespace Yavsc.Models.Auth {
public class UserCredential {
@ -19,4 +17,4 @@ namespace Yavsc.Models.Auth {
}
}
}
}