feat: Add header for admin .
This commit is contained in:
@@ -31,6 +31,7 @@ export default function Login() {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
"X-Login-Type": "Admin",
|
||||
'Authorization': `Bearer ${token}`
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user