From 78ff50ce68a625fb4fc82b7eab2447f4729f41cd Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki <drogus@gmail.com> Date: Mon, 24 Feb 2014 23:46:20 +0100 Subject: [PATCH] Remove existing user text stub on insufficient oauth permissions page --- .../scripts/app/templates/insufficient_oauth_permissions.hbs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs index 6160c9bb..609e0995 100644 --- a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs +++ b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs @@ -24,7 +24,6 @@ </div> <div class="insufficient-permissions-row"> {{#if existingUser}} - <p>This will be shown if #existing-user is added to the url</p> - {{/if}} + {{/if}} </div> -</div> \ No newline at end of file +</div>