notwatermango / ngantri-web

Simple queueing app for customers and merchants
1 stars 1 forks source link

feat logout #92

Closed notwatermango closed 1 year ago

notwatermango commented 1 year ago

don't forget to add onClick in the button

import { signIn } from "next-auth/react";
onClick={
  () => void signOut()
}

for example check src\pages\onboarding.tsx