mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-07-09 15:08:06 +00:00
Edit callback url when disconnect
Took 11 minutes
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LeftPanel(props) {
|
|||||||
Profile
|
Profile
|
||||||
</LeftPanelButton>
|
</LeftPanelButton>
|
||||||
<LeftPanelButton variant={"outline"} leftIcon={<BiLogOut/>}
|
<LeftPanelButton variant={"outline"} leftIcon={<BiLogOut/>}
|
||||||
onClickHandler={() => signOut()}>
|
onClickHandler={() => signOut({callbackUrl: "/"})}>
|
||||||
Deconnexion
|
Deconnexion
|
||||||
</LeftPanelButton>
|
</LeftPanelButton>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|||||||
Reference in New Issue
Block a user