mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 01:13:09 +02:00
Add miauth info into meta.features
This commit is contained in:
parent
09e3ddbd57
commit
02cc1891f2
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ export default define(meta, async (ps, me) => {
|
||||||
github: instance.enableGithubIntegration,
|
github: instance.enableGithubIntegration,
|
||||||
discord: instance.enableDiscordIntegration,
|
discord: instance.enableDiscordIntegration,
|
||||||
serviceWorker: instance.enableServiceWorker,
|
serviceWorker: instance.enableServiceWorker,
|
||||||
|
miauth: true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue