Fix angularfire clusterfuck and fuck auth0 in it's hairy fucking ear

This commit is contained in:
Fergal Moran
2018-04-25 14:22:10 +01:00
parent 62f098c743
commit 285d056bc5
5 changed files with 195 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
namespace PodNoms.Api.Models.ViewModels {
public class SocialAuthViewModel {
public string AccessToken { get; set; }
}
}