Support HashedPassword workflow for logins (#4469)

* Support HashedPassword workflow for logins

* Address comments in PR
This commit is contained in:
Zach H 2021-11-13 11:37:13 -05:00 committed by GitHub
parent 45d86e7ab7
commit 43eee6b32e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 93 additions and 7 deletions

View file

@ -30,6 +30,13 @@ export const DefaultHosts: Host[] = [
localHost: 'server.cockatrice.us',
editable: false,
},
{
name: 'Rooster Beta',
host: 'beta.cockatrice.us/servatrice',
port: '4748',
localHost: 'beta.cockatrice.us',
editable: false,
},
{
name: 'Tetrarch',
host: 'mtg.tetrarch.co/servatrice',