tmp
This commit is contained in:
parent
f5a6509663
commit
a55d3f7382
7 changed files with 149 additions and 40 deletions
10
packages/backend/src/server/web/views/oauth.pug
Normal file
10
packages/backend/src/server/web/views/oauth.pug
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
extends ./base
|
||||
|
||||
block meta
|
||||
//- Should be removed by the page when it loads, so that it won't leak 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-id' content=clientId)
|
||||
meta(name='misskey:oauth:scope' content=scope)
|
||||
meta(name='misskey:oauth:redirection-uri' content=redirectionUri)
|
||||
Loading…
Add table
Add a link
Reference in a new issue