even if it's not really used anywhere it's a good idea to check it like that

This commit is contained in:
Henry Jameson 2025-06-17 09:48:02 +03:00
commit 15a79c2a24
3 changed files with 6 additions and 6 deletions

View file

@ -41,8 +41,8 @@ const SecurityTab = {
user () {
return this.$store.state.users.currentUser
},
pleromaBackend () {
return this.$store.state.instance.pleromaBackend
pleromaExtensionsAvailable () {
return this.$store.state.instance.pleromaExtensionsAvailable
},
oauthTokens () {
return useOAuthTokensStore().tokens.map(oauthToken => {