Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .env.example

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/QueueTable.js → components/QueueTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TablePagination from "@material-ui/core/TablePagination";
import TableRow from "@material-ui/core/TableRow";
import Backdrop from "@material-ui/core/Backdrop";
import { host } from "../utils/constants";
import ShowJobInformation from "../components/ShowJobInformation";
import ShowJobInformation from "./ShowJobInformation";

const ShowUploadQueue = (props) => {
const useStyles = makeStyles((theme) => ({
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
"lint-staged": "^10.0.9",
"prettier": "2.0.2"
}
}
}
File renamed without changes.
5 changes: 3 additions & 2 deletions pages/api/auth/[...nextauth].js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ export const authOptions = {
providers: [
WikimediaProvider({
clientId: process.env.WIKIMEDIA_CLIENT_ID,
clientSecret: process.env.WIKIMEDIA_CLIENT_SECRET
})
clientSecret: process.env.WIKIMEDIA_CLIENT_SECRET,
domain: "https://meta.wikimedia.beta.wmflabs.org/",
}),
],
session: {
jwt: true,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.