From 91c8088e1d7def9242f60c708cd34f25dcb77d76 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 15 Aug 2017 23:24:28 +0300 Subject: Connect to backend and fetch initial project data --- src/shapes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shapes/index.js') diff --git a/src/shapes/index.js b/src/shapes/index.js index 72153f54..770e8d76 100644 --- a/src/shapes/index.js +++ b/src/shapes/index.js @@ -4,7 +4,7 @@ const Shapes = {}; Shapes.User = PropTypes.shape({ id: PropTypes.number.isRequired, - googleId: PropTypes.number.isRequired, + googleId: PropTypes.string.isRequired, email: PropTypes.string.isRequired, givenName: PropTypes.string.isRequired, familyName: PropTypes.string.isRequired, @@ -25,4 +25,4 @@ Shapes.Authorization = PropTypes.shape({ authorizationLevel: PropTypes.string.isRequired, }); -export default Shapes; \ No newline at end of file +export default Shapes; -- cgit v1.2.3