mattermost / mattermost-plugin-apps

Powers the Mattermost App Framework
https://developers.mattermost.com/integrate/apps/
Apache License 2.0
33 stars 29 forks source link

MM Apps - Improve mobile oAuth UX to increase text size when confirming your account was connected #265

Closed mattermod closed 1 month ago

mattermod commented 2 years ago

After a user has connected an oAuth app on mobile the confirmation text is very small image-2021-09-27-12-06-23-863

We should investigate if there is a way to improve this.

This may need app specific work.


If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-38865

hanzei commented 2 years ago

https://github.com/mattermost/mattermost-plugin-apps/blob/2d91438b9e1810cec521a7baef868280573e6440/server/httpin/gateway/oauth2.go#L53-L65 is the starting point.