Fixed gplus login.

This commit is contained in:
Scott Erickson 2014-06-24 14:44:17 -04:00
parent 988ad6ffda
commit 327d273cbe

View file

@ -42,7 +42,4 @@ module.exports =
$schema: "http://json-schema.org/draft-04/schema#"
description: "Published when you successfully logged in with G+"
type: "object"
properties:
authResult:
type: "string"
required: ["authResult"]
required: ["access_token"]