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;
|
const queryString = window.location.search;
|
||||||
// Criar um objeto URLSearchParams com a string de query
|
// Criar um objeto URLSearchParams com a string de query
|
||||||
const urlParams = new URLSearchParams(queryString);
|
const urlParams = new URLSearchParams(queryString);
|
||||||
|
|
||||||
|
|
||||||
{% if page.user %}
|
{% if page.user %}
|
||||||
const user = "{{page.user}}";
|
const user = "{{page.user}}";
|
||||||
{% else %}
|
{% else %}
|
||||||
uconst user = urlParams.get('user');
|
const user = urlParams.get('user');
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
// Exemplo de como usar o valor
|
// Exemplo de como usar o valor
|
||||||
|
|
Loading…
Reference in New Issue