@ -26,8 +26,8 @@ export const ProfilePage = ({}) => {
}
})
const handleLogout = () => {
logout()
const handleLogout = async () => {
await logout()
route(prependBaseUrl('/'))