From 3f86a3bf9b70316a5a84e2298a54407fbb9f68bb Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 14 Apr 2015 10:00:40 -0300 Subject: [PATCH] oauth login --- embed_test.html | 1 + index.html | 7 +++++++ js/login.js | 4 ++++ 3 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 embed_test.html create mode 100644 js/login.js diff --git a/embed_test.html b/embed_test.html new file mode 100644 index 0000000..0dfdc6d --- /dev/null +++ b/embed_test.html @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index 79d0438..6c5d81c 100644 --- a/index.html +++ b/index.html @@ -55,11 +55,18 @@
+
+ Google + + Participa +
+ + diff --git a/js/login.js b/js/login.js new file mode 100644 index 0000000..4dfe64f --- /dev/null +++ b/js/login.js @@ -0,0 +1,4 @@ +function handleLoginResult(logged_in) { + // TODO reload + alert('login: ' + logged_in); +} -- libgit2 0.21.2