|
|
|
|
|
by stavros
26 days ago
|
|
The correct action is to disable the button while the request is in flight so it can't be clicked a second time. Otherwise you won't see "user already logged in", because the user won't be logged in until the previous request returns (a race condition). |
|