приветсвенное сообщение при применении промокода фастлинк
This commit is contained in:
parent
9693572f5e
commit
686c9316ce
@ -53,7 +53,7 @@ export function CheckFastlink() {
|
||||
contentType: true,
|
||||
body: { fastLink: promocode },
|
||||
});
|
||||
enqueueSnackbar("Промокод успешно применён");
|
||||
enqueueSnackbar(response.greetings !== "" ? response.greetings : "Промокод успешно активирован");
|
||||
localStorage.setItem("fl", "");
|
||||
const controller = new AbortController();
|
||||
const responseAccount = await makeRequest<never, any>({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user