mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 03:17:00 +08:00
fix: align clear OAuth2 session button to the right
This commit is contained in:
@@ -321,9 +321,12 @@ class _OAuth2FieldsState extends ConsumerState<OAuth2Fields> {
|
||||
),
|
||||
),
|
||||
..._buildFieldWithSpacing(
|
||||
ADTextButton(
|
||||
label: kButtonClearOAuth2Session,
|
||||
onPressed: clearStoredCredentials,
|
||||
Align(
|
||||
alignment: Alignment.centerRight,
|
||||
child: ADTextButton(
|
||||
label: kButtonClearOAuth2Session,
|
||||
onPressed: clearStoredCredentials,
|
||||
),
|
||||
),
|
||||
),
|
||||
Divider(),
|
||||
|
||||
Reference in New Issue
Block a user