mirror of
https://github.com/git-touch/git-touch
synced 2024-12-18 19:22:54 +01:00
feat: review permissiosn
This commit is contained in:
parent
612a7a417a
commit
f757c748ea
@ -58,6 +58,12 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
url: '/login',
|
||||
rightWidget: Text(auth.activeAccount.login),
|
||||
),
|
||||
TableViewItem(
|
||||
text: Text('Review Permissions'),
|
||||
url:
|
||||
'https://github.com/settings/connections/applications/$clientId',
|
||||
rightWidget: Text(auth.activeAccount.login),
|
||||
),
|
||||
]),
|
||||
CommonStyle.verticalGap,
|
||||
TableView(headerText: 'theme', items: [
|
||||
|
Loading…
Reference in New Issue
Block a user