Atualizações

This commit is contained in:
Matheus Albino Brunhara
2022-04-30 13:27:46 -05:00
parent 3908f558e5
commit d72d5200c0
4 changed files with 33 additions and 18 deletions

View File

@@ -7,8 +7,8 @@ let token: string | null;
let header: AxiosRequestHeaders;
interface createData {
email: string,
password: string,
login: string,
password: string,
}
function updateHeader() {