X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=2af65ac1e5267a202906a56215c3da82db2e9576;hb=ff427682129359316ddf59f98e2dff6712fe657e;hp=b923dd9dbdbcd77f172b7e91ebcd325e1339fc1e;hpb=15aba9e745ca1a4dfd7883182214530c9b28bd25;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index b923dd9db..2af65ac1e 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -78,7 +78,7 @@ void display_login(char *mesg) svput("NEWUSER_BUTTON_POST", WCS_STRING, ""); } -#ifdef TECH_PREVIEW +#if 0 svprintf(HKEY("OFFER_OPENID_LOGIN"), WCS_STRING, "
" "" @@ -99,7 +99,6 @@ void display_login(char *mesg) - /* * Display the openid-enabled login screen * mesg = the error message if last attempt failed.