Untitled

 avatar
unknown
plain_text
2 years ago
167 B
5
Indexable
let token;

(async () => {
	const res = await window.fetch("v1/mock/users-auth");
	const json = await res.json();

	const token = json.payload["Name1 Surname1"];
})();
Editor is loading...
Leave a Comment