updating readme, removing proxy, quick fix
This commit is contained in:
@@ -15,7 +15,7 @@ export const Login = () => {
|
||||
|
||||
const handleFinish = async ({ username, password }: FormValues) => {
|
||||
try {
|
||||
const res = await appContext.post('/dj-rest-auth/login', {
|
||||
const res = await appContext.post('/dj-rest-auth/login/', {
|
||||
username,
|
||||
password,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user