We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ecc39 commit 557fa25Copy full SHA for 557fa25
1 file changed
OpenFlow/src/OAuthProvider.ts
@@ -36,14 +36,6 @@ export class OAuthProvider {
36
}
37
38
39
- // if(!ctx.oidc || !ctx.oidc.provider) return;
40
- // var provider = ctx.oidc.provider;
41
-
42
43
44
- // @param ctx - koa request context
45
- // @param form - form source (id="op.logoutForm") to be embedded in the page and submitted by
46
- // the End-User
47
ctx.body = `<!DOCTYPE html>
48
<head>
49
<title>Logout Request</title>
0 commit comments