diff --git a/server/src/views/firstfactor.pug b/server/src/views/firstfactor.pug
index ddf22527..c7571fb8 100644
--- a/server/src/views/firstfactor.pug
+++ b/server/src/views/firstfactor.pug
@@ -12,7 +12,6 @@ block content
       <input type="password" class="form-control" id="password" placeholder="Password" required>
     </div>
     <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
-    <!-- <label class="checkbox pull-left"><input type="checkbox" value="remember-me">Remember me</label> -->
     a(href=reset_password_request_endpoint, class="pull-right link forgot-password") Forgot password?
     <span class="clearfix"></span>
   </form>
\ No newline at end of file