Skip to content

Commit

Permalink
begrudgingly clean fe
Browse files Browse the repository at this point in the history
  • Loading branch information
seplee committed Apr 9, 2024
1 parent b349a2a commit 9f61cec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion web/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import axios from "axios";
import fetchCookie from "fetch-cookie";

const credentials = {
username: "",
Expand Down
5 changes: 1 addition & 4 deletions web/src/component/UnauthenticatedTemplate.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { useCallback, useState } from "react";
import { getUserInfo, storeLoginCredentials } from "../api";
// import Login from "./Login";
import { getUserInfo } from "../api";
import OAuthLogin from "./OAuthLogin";
import React from "react";

export interface UnauthenticatedTemplateProps {
loginCallback: VoidFunction;
Expand Down

0 comments on commit 9f61cec

Please sign in to comment.