Fix
This commit is contained in:
parent
c20fdca09b
commit
a473e19ead
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ const checkCookies = async () => {
|
|||
if (response.ok) {
|
||||
toast.success('Succuss. ' + data.message)
|
||||
} else {
|
||||
toast.error('Failed' + data.error)
|
||||
toast.error('Failed. ' + data.message)
|
||||
}
|
||||
} catch (e) {
|
||||
toast.error('Failed to check cookies state. ' + e.message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue