* minor changes (like an [em] BBcode)

* Trying to use OAuth2 Google Login
This commit is contained in:
Paul Schneider 2014-12-09 01:59:38 +01:00
commit 3f41636719
32 changed files with 16285 additions and 119 deletions

View file

@ -0,0 +1,6 @@
<%@ Page Title="Catalog" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %>
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
AccessToken : <%= Session["AccessToken"] %>
Target in error : <%= ViewData["TargetNameError"] %>
</asp:Content>