Skip to content

Commit

Permalink
Removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 12, 2024
1 parent 586559e commit ed41dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {ConfigProvider, theme} from "antd";
function App() {
const { darkAlgorithm } = theme;
return (
<div className="app bg-background">

<ConfigProvider theme={{algorithm:darkAlgorithm,hashed:false}}>
<AuthProvider
authName={"_auth"} authType={"cookie"}
Expand All @@ -21,7 +21,7 @@ function App() {

</AuthProvider>
</ConfigProvider>
</div>

);
}

Expand Down

0 comments on commit ed41dc8

Please sign in to comment.