Skip to content
Snippets Groups Projects
Commit f7a4e52d authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Revert "Fix logout"

This reverts commit 2fc62f71.
parent 9d3781df
No related branches found
No related tags found
No related merge requests found
'use strict'; 'use strict';
import * as ready from '../bundle/ready'; import SimpleSAMLLogout from './logout.js';
import SimpleSAMLLogout from './logout';
ready(function () { ready(function () {
new SimpleSAMLLogout(document.body.id); new SimpleSAMLLogout(document.body.id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment