Migrate oauth store to pinia
This commit is contained in:
parent
a5cc7351ec
commit
216d318bb5
12 changed files with 663 additions and 145 deletions
|
|
@ -7,7 +7,6 @@ import config from './config.js'
|
|||
import profileConfig from './profileConfig.js'
|
||||
import serverSideStorage from './serverSideStorage.js'
|
||||
import adminSettings from './adminSettings.js'
|
||||
import oauth from './oauth.js'
|
||||
import authFlow from './auth_flow.js'
|
||||
import oauthTokens from './oauth_tokens.js'
|
||||
import drafts from './drafts.js'
|
||||
|
|
@ -23,7 +22,6 @@ export default {
|
|||
profileConfig,
|
||||
serverSideStorage,
|
||||
adminSettings,
|
||||
oauth,
|
||||
authFlow,
|
||||
oauthTokens,
|
||||
drafts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue