feat: Implement expandable tag sections with "Show More/Less" functionality on the agent home screen.

This commit is contained in:
pradeepkumar
2026-03-15 00:41:31 +05:30
parent 21f669fca5
commit b7f131c677
4 changed files with 59 additions and 19 deletions

View File

@@ -212,6 +212,8 @@ class ApiClient {
ApiConstants.authForgotPassword,
ApiConstants.authResetPassword,
ApiConstants.authVerifyEmail,
ApiConstants.twoFactorVerify,
ApiConstants.twoFactorVerifyBackup,
];
return authPaths.any((path) => url.contains(path));
}