SkinsRestorer / SkinSystem

The Minecraft SkinSystem for SkinsRestorer
MIT License
131 stars 48 forks source link

Fix refresh bug in authentication system #128

Closed TTRCharlie closed 1 year ago

TTRCharlie commented 2 years ago

Hi, I fixed a bug in the authentication system because after the successful login. it didn't refreshed

aljaxus commented 1 year ago

Not to be harsh, but this does not fix anything. You're removing the function for displaying a popup (sweetalert2.github.io) and attempting to send a new ajax request with the response body (returned in authenCore.php#L56).

The change makes no sense. I'm closing this merge request.