mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
fix logging out
This commit is contained in:
parent
0a386ece0a
commit
8da031a128
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export default function App() {
|
||||||
return (
|
return (
|
||||||
<div className={ `contents ${localStorage.getItem('opendyslexic') ? "opendyslexic" : ""}`}>
|
<div className={ `contents ${localStorage.getItem('opendyslexic') ? "opendyslexic" : ""}`}>
|
||||||
<Router history={history} basename="/pk-webs">
|
<Router history={history} basename="/pk-webs">
|
||||||
<Navbar forceUpdate={forceUpdate} setIsSumbit={setIsSubmit} />
|
<Navbar forceUpdate={forceUpdate} setIsSubmit={setIsSubmit} />
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<BS.Container>
|
<BS.Container>
|
||||||
<Switch>
|
<Switch>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue