mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-07 00:19:20 +09:00
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
|
extends ./base
|
||
|
|
||
|
block meta
|
||
|
//- Should be removed by the page when it loads, so that it won't needlessly
|
||
|
//- stay when user navigates away via the navigation bar
|
||
|
//- XXX: Remove navigation bar in auth page?
|
||
|
meta(name='misskey:oauth:transaction-id' content=transactionId)
|
||
|
meta(name='misskey:oauth:client-name' content=clientName)
|
||
|
meta(name='misskey:oauth:scope' content=scope)
|