From 6381f087edf1c078aabf6a81ff8d72ebdca64e55 Mon Sep 17 00:00:00 2001 From: Robert Zorko <robertz@gurucue.com> Date: Thu, 15 Oct 2015 15:31:12 +0200 Subject: fixed some bugs with the AAI login after testing --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index f34e1bc..19243ba 100644 --- a/index.html +++ b/index.html @@ -149,7 +149,7 @@ </div> <div class="container"> <div class="row" style="padding: 0; padding-top: 5px;"> - <iframe width="100%" height="850px" frameborder="0" scrolling="no" allowtransparency="true" src="https://codeq.si/Shibboleth.sso/Login?forceAuthn=1" id="aai_iframe"></iframe> + <iframe width="100%" height="850px" frameborder="0" scrolling="no" allowtransparency="true" src="" id="aai_iframe"></iframe> </div> </div> </div> -- cgit v1.2.1