Skip to content

Commit

Permalink
cleanup JS libs
Browse files Browse the repository at this point in the history
  • Loading branch information
al-esc committed Jun 6, 2024
1 parent 0c61db2 commit 21ef54f
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 88 deletions.
3 changes: 0 additions & 3 deletions assets/js/login.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import {parseJwt} from "@pantheon-systems/pcc-sdk-core";
import {OAuth2Client} from "google-auth-library";
import nunjucks from "nunjucks";
import {getApiConfig} from "./lib/apiConfig";
import {getLocalAuthDetails,} from "./lib/localStorage";

nunjucks.configure({autoescape: true});

const OAUTH_SCOPES = ["https://www.googleapis.com/auth/userinfo.email"];

export default function login(extraScopes) {
Expand Down
Loading

0 comments on commit 21ef54f

Please sign in to comment.