Skip to content

Commit 2d7dcff

Browse files
Revert "fix(staff): Prevent fetching authenticators before preloading (#70938)"
This reverts commit 8e8095a. Co-authored-by: sentaur-athena <[email protected]>
1 parent 9109e66 commit 2d7dcff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/components/modals/sudoModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ class SudoModal extends Component<Props, State> {
200200
const {api} = this.props;
201201

202202
try {
203-
await Promise.all(Object.values(window.__sentry_preload));
204203
const authenticators = await api.requestPromise('/authenticators/');
205204
this.setState({authenticators: authenticators ?? []});
206205
} catch {

0 commit comments

Comments
 (0)