1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-16 15:48:17 +09:00
mastodon/app/views/doorkeeper/authorizations/error.html.haml

5 lines
126 B
Plaintext
Raw Normal View History

.prompt= t('doorkeeper.authorizations.error.title')
#error_explanation
= @pre_auth.error_response.body[:error_description]