(options)
| 22 | } |
| 23 | |
| 24 | const handleLogout = (options) => async (event) => { |
| 25 | if (options.redirect) { |
| 26 | return signOut(options) |
| 27 | } |
| 28 | const response = await signOut(options) |
| 29 | setResponse(response) |
| 30 | } |
| 31 | |
| 32 | const { data: session } = useSession() |
| 33 |
nothing calls this directly
no test coverage detected
searching dependent graphs…