mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
more alova ports
This commit is contained in:
@@ -42,6 +42,7 @@ const SignIn: FC = () => {
|
||||
|
||||
const signIn = async () => {
|
||||
try {
|
||||
// TODO move to Alova
|
||||
const { data: loginResponse } = await AuthenticationApi.signIn(signInRequest);
|
||||
authenticationContext.signIn(loginResponse.access_token);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user