We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a546d commit b0e23e1Copy full SHA for b0e23e1
packages/amazonq/src/lsp/client.ts
@@ -344,7 +344,7 @@ async function postStartLanguageServer(
344
auth2.notificationTypes.getMfaCode.method,
345
async (params: GetMfaCodeParams): Promise<GetMfaCodeResult> => {
346
if (params.mfaSerial) {
347
- globals.globalState.update('recentMfaSerial', { mfaSerial: params.mfaSerial })
+ await globals.globalState.update('recentMfaSerial', { mfaSerial: params.mfaSerial })
348
}
349
const defaultMfaSerial = globals.globalState.tryGet('recentMfaSerial', Object, {
350
mfaSerial: '',
0 commit comments