diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-06 14:32:18 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-06 14:32:18 +0100 |
commit | 74ed7f2ade4f96a531bcd878d32862a5b2ffd40a (patch) | |
tree | ace401746c217bc15d6ea8628c7fcc2fe53bea39 | |
parent | 7c3278bc571ed3129cab6f755fecf7f8c2bcfc5a (diff) |
as it is a mobile device we want sign in to persist
-rw-r--r-- | phonegap/www/sign_in.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phonegap/www/sign_in.html b/phonegap/www/sign_in.html index ee6c0ed94..ca02af283 100644 --- a/phonegap/www/sign_in.html +++ b/phonegap/www/sign_in.html @@ -76,10 +76,6 @@ <input type="password" name="password_sign_in" id="password_sign_in" placeholder="Your password" value=""> <input class="green-btn" type="submit" id="submit_sign_in" name="submit_sign_in" value="Submit"> </div> - <div class="checkbox-group"> - <input type="checkbox" id="remember_me" name="remember_me" value='1'> - <label class="n inline" for="remember_me">Keep me signed in on this computer</label> - </div> </div> </div> </form> |