EOS window not showing

I tried to implement EOS into my project, but the moment I attempt to login, EOS logins in using my device instead of my Epic Account? When I show my username, it displays my device name with a dash and then a long string of letters and numbers like so “devicename-2A5232E9783D2361104B”. The length of the string of letters and numbers on the left is 32 characters. I’m not sure if it just that my credentials are invalidated, or I deactivated online play or what.

And the code used to login is correct from what I am understanding. I even used the sample in the SDK and was able to login using my credentials, so I believe that is not the issue.

And if you’re wondering, yes, the id and token strings are empty when I call them in blueprints and the “LoginType” is set to “accountportal” (within blueprints). However, the problem is seemingly not logging in, but instead, to deal with it being already logged in since I don’t even have to call the function.

I have the correct plugins for EOS. I also updated the SDK to try to fix it, so I’m not sure if this is some small mistake that I have been overlooking or if it is an issue with the SDK itself.