Remove debugger

This commit is contained in:
Gürkan Güran 2022-09-06 19:37:05 +02:00
parent 96e8abe5bb
commit c275b691ae

View file

@ -52,7 +52,6 @@ export class LoginPlugin implements Plugin {
},
async onResponseError(error) {
debugger;
if (error.response.status !== 401)
return;