Fix
SSH Build / Deploy (push) Successful in 7s Details

This commit is contained in:
emerson 2024-09-03 16:25:16 -03:00
parent 4cf063cbc8
commit d3776f66aa
1 changed files with 1 additions and 2 deletions

View File

@ -60,11 +60,10 @@
// Criar um objeto URLSearchParams com a string de query
const urlParams = new URLSearchParams(queryString);
{% if page.user %}
const user = "{{page.user}}";
{% else %}
uconst user = urlParams.get('user');
const user = urlParams.get('user');
{% endif %}
// Exemplo de como usar o valor