From c56ad96bf88b499e46ede2f3826e48e72803acf4 Mon Sep 17 00:00:00 2001 From: mulletfingers999 Date: Mon, 13 Apr 2015 18:50:08 -0700 Subject: [PATCH] Fixed signout bug --- docs/signin/signin.php | 1 + signin/index.php | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/signin/signin.php b/docs/signin/signin.php index 2214224..b72bff1 100644 --- a/docs/signin/signin.php +++ b/docs/signin/signin.php @@ -291,6 +291,7 @@ function getParameterByName(name) { auth.logout(); Cookies.clear('email',{path : '/'}); Cookies.clear('name',{path : '/'}); + Cookies.clear('uid',{path : '/'}); alert("You have been successfully signed out."); var uri = window.location.toString(); diff --git a/signin/index.php b/signin/index.php index fbba998..28045fb 100644 --- a/signin/index.php +++ b/signin/index.php @@ -6,8 +6,13 @@ - + window.location.replace('../docs/signin/signin.php');"; + } else { + echo ""; + } + ?> +