mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-12 19:28:22 +00:00
parent
89ca5094a5
commit
983fdac95d
@ -80,6 +80,9 @@ export default {
|
||||
suggestionsVisible: false,
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.onSearchTextChange(new URLSearchParams(window.location.search).get("search_query"));
|
||||
},
|
||||
computed: {
|
||||
shouldShowLogin(_this) {
|
||||
return _this.getAuthToken() == null;
|
||||
|
Loading…
Reference in New Issue
Block a user