Rename to /api/next-account
This commit is contained in:
parent
9aad2fd903
commit
69e62c1e6e
@ -51,7 +51,7 @@ export const AccountProvider = ({ children }) => {
|
|||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
const multiAuthSignout = useCallback(async () => {
|
const multiAuthSignout = useCallback(async () => {
|
||||||
const { status } = await fetch('/api/signout', { credentials: 'include' })
|
const { status } = await fetch('/api/next-account', { credentials: 'include' })
|
||||||
// if status is 302, this means the server was able to switch us to the next available account
|
// if status is 302, this means the server was able to switch us to the next available account
|
||||||
// and the current account was simply removed from the list of available accounts including the corresponding JWT.
|
// and the current account was simply removed from the list of available accounts including the corresponding JWT.
|
||||||
const switchSuccess = status === 302
|
const switchSuccess = status === 302
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import * as cookie from 'cookie'
|
import * as cookie from 'cookie'
|
||||||
import { datePivot } from '../../lib/time'
|
import { datePivot } from '@/lib/time'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {NextApiRequest} req
|
* @param {NextApiRequest} req
|
Loading…
x
Reference in New Issue
Block a user