feat: basic oauth
This commit is contained in:
parent
72b13f5265
commit
7ab17001f0
16 changed files with 199 additions and 106 deletions
|
@ -1,5 +1,10 @@
|
|||
import type { MastoClient } from 'masto'
|
||||
import type { AppStore } from '~~/plugins/store.client'
|
||||
|
||||
export function useMasto() {
|
||||
return inject('masto') as Promise<MastoClient>
|
||||
}
|
||||
|
||||
export function useAppStore() {
|
||||
return inject('app-store') as AppStore
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue