feat: set loginStrategy to 'redirect' in AgrarmonitorService
Build and Push Multi-Platform Images / build-and-push (push) Successful in 42s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 42s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,6 +50,7 @@ export class AgrarmonitorService {
|
|||||||
autoLogin: true,
|
autoLogin: true,
|
||||||
autoRetry: false,
|
autoRetry: false,
|
||||||
timeoutMs: 10000,
|
timeoutMs: 10000,
|
||||||
|
loginStrategy: 'redirect',
|
||||||
logger: this.logger,
|
logger: this.logger,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user