mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-10 17:50:49 -06:00
10 lines
381 B
Text
10 lines
381 B
Text
|
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)
|