ねこみみアジャスター完成
This commit is contained in:
parent
bc0eeb5461
commit
9c20f5d8d5
5 changed files with 76 additions and 10 deletions
|
@ -38,7 +38,7 @@ router.get('/login', async ctx => {
|
|||
host = meta.uri.replace(/^https?:\/\//, '');
|
||||
const name = 'みす廃あらーと';
|
||||
const description = 'ついついノートしすぎていませんか?';
|
||||
const permission = ['write:notes', 'write:notifications'];
|
||||
const permission = ['write:notes', 'write:notifications', 'write:drive', 'read:account', 'write:account'];
|
||||
|
||||
if (meta.features.miauth) {
|
||||
// MiAuthを使用する
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue