Fix
SSH Build / Deploy (push) Successful in 7s
Details
SSH Build / Deploy (push) Successful in 7s
Details
This commit is contained in:
parent
4cf063cbc8
commit
d3776f66aa
|
@ -59,12 +59,11 @@
|
|||
const queryString = window.location.search;
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue