add: CACHE_BREAKER env var
This commit is contained in:
parent
69fc3ca490
commit
aceb51c21c
7 changed files with 18 additions and 9 deletions
|
@ -322,6 +322,7 @@
|
|||
\"Spotify\",
|
||||
{
|
||||
token: new_token,
|
||||
refresh_token: new_refresh_token,
|
||||
expires_in: expires_in.toString(),
|
||||
name: profile.display_name,
|
||||
},
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
("class" "dropdown")
|
||||
("style" "width: max-content")
|
||||
(button
|
||||
("class" "camo raised small")
|
||||
("class" "raised small")
|
||||
("onclick" "trigger('atto::hooks::dropdown', [event])")
|
||||
("exclude" "dropdown")
|
||||
(icon (text "sliders-horizontal"))
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
("class" "dropdown")
|
||||
("style" "width: max-content")
|
||||
(button
|
||||
("class" "camo raised small")
|
||||
("class" "raised small")
|
||||
("onclick" "trigger('atto::hooks::dropdown', [event])")
|
||||
("exclude" "dropdown")
|
||||
(icon (text "sliders-horizontal"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue