Skip to content

Commit

Permalink
quick fix of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
basels committed Jul 12, 2021
1 parent 90a8150 commit 048460b
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 40 deletions.
2 changes: 1 addition & 1 deletion callbacks/openidconnect-icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion callbacks/openidconnect-popup-signin-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright (c) 2018 Advanced Community Information Systems (ACIS) Group, Chair of
Information Systems), RWTH Aachen University, Germany. All rights reserved.
*/

import {LitElement} from '@polymer/lit-element';
import {LitElement} from 'lit-element';

import 'oidc-client';

Expand Down
2 changes: 1 addition & 1 deletion callbacks/openidconnect-popup-signout-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright (c) 2018 Advanced Community Information Systems (ACIS) Group, Chair of
Information Systems), RWTH Aachen University, Germany. All rights reserved.
*/

import {LitElement} from '@polymer/lit-element';
import {LitElement} from 'lit-element';

import 'oidc-client';

Expand Down
2 changes: 1 addition & 1 deletion callbacks/openidconnect-signin-silent-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright (c) 2018 Advanced Community Information Systems (ACIS) Group, Chair of
Information Systems), RWTH Aachen University, Germany. All rights reserved.
*/

import {LitElement} from '@polymer/lit-element';
import {LitElement} from 'lit-element';

import 'oidc-client';

Expand Down
2 changes: 1 addition & 1 deletion las2peer-frontend-statusbar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {html, LitElement} from '@polymer/lit-element';
import {html, LitElement} from 'lit-element';
import 'openidconnect-signin/openidconnect-signin.js';
import 'openidconnect-signin/openidconnect-popup-signin-callback.js';
import 'openidconnect-signin/openidconnect-popup-signout-callback.js';
Expand Down
58 changes: 24 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A polymer widget which uses the las2peer Contact and UserInformation Service as well as the openId connect service",
"main": "las2peer-frontend-statusbar.js",
"dependencies": {
"@polymer/lit-element": "^0.6.3",
"las2peer-frontend-user-widget": "github:rwth-acis/las2peer-frontend-user-widget#0.3.0",
"lit-element": "^2.5.1",
"openidconnect-signin": "github:rwth-acis/openidconnect-signin"
}
}

0 comments on commit 048460b

Please sign in to comment.