Skip to content
Snippets Groups Projects
Verified Commit d8fc3be5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: OAuth authn

parent ca069461
No related branches found
No related tags found
No related merge requests found
Pipeline #48729 passed
import { useLogout, useGetIdentity, useNotification } from '@refinedev/core'
const doLogout = (logout: Function, notify: Function) => {
const doLogout = (logout: Function, notify: (Function | undefined)) => {
logout()
notify?.({
type: 'error',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment