feat: Implement expandable tag sections with "Show More/Less" functionality on the agent home screen.
This commit is contained in:
@@ -212,6 +212,8 @@ class ApiClient {
|
||||
ApiConstants.authForgotPassword,
|
||||
ApiConstants.authResetPassword,
|
||||
ApiConstants.authVerifyEmail,
|
||||
ApiConstants.twoFactorVerify,
|
||||
ApiConstants.twoFactorVerifyBackup,
|
||||
];
|
||||
return authPaths.any((path) => url.contains(path));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user