Actually make the login attempt to the well-known JMAP endpoint

This commit is contained in:
Eli Ribble 2024-08-27 10:48:49 -07:00
parent c6400d58d3
commit faca28f802
3 changed files with 28 additions and 11 deletions

View file

@ -11,6 +11,7 @@
"@types/node": "^16.18.104",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"base-64": "^1.0.0",
"bootstrap": "^5.3.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
@ -44,6 +45,7 @@
]
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"prettier": "3.3.3"
}
}