mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +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
|
||||
</LeftPanelButton>
|
||||
<LeftPanelButton variant={"outline"} leftIcon={<BiLogOut/>}
|
||||
onClickHandler={() => signOut()}>
|
||||
onClickHandler={() => signOut({callbackUrl: "/"})}>
|
||||
Deconnexion
|
||||
</LeftPanelButton>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user