mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-27 02:57:57 -05:00
feat: review permissiosn
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user