Merge pull request #170 from bipproduction/amalia/30-agustus-24

Amalia/30 agustus 24
This commit is contained in:
Amalia
2024-08-30 11:40:16 +08:00
committed by GitHub
9 changed files with 28 additions and 19 deletions

View File

@@ -46,7 +46,7 @@ export default function Profile() {
await fetch('/api/auth/logout', {
method: 'DELETE',
});
toast.success('Logout Success')
toast.success('Logout Sukses')
window.location.href = '/';
}