summaryrefslogtreecommitdiffstats
path: root/gui/dialogs/PasswordDialog.cpp
Commit message (Collapse)AuthorAgeLines
* Rework the password dialogAndrew2013-11-28-38/+0
| | | | | It's now used as a general purpose "account edit dialog". It'll be used for entering usernames, passwords, or both.
* Verify access tokens before launching MinecraftAndrew2013-11-28-0/+38
Kind of an important thing to do... Heh...