aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-13gracefully handle invalid usernames from ProviderDetailsHEADmasterMartin Fischer
Previously we treated the case that a configured ProviderDetails returned an invalid username as an irrecoverable error but it makes more sense to just instead ask the user to pick a different username.
2022-10-13fill out username field when prompting to pick anotherMartin Fischer
Otherwise browsers are likely to autocomplete the field with an unrelated username, which is very confusing.
2022-10-13initial commitMartin Fischer