Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/renderer/src/view_models/XViewModel/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function login(vm: XViewModel): Promise<void> {
// Load the login page and wait for it to redirect to home
await vm.loadURLWithRateLimit("https://x.com/login", [
"https://x.com/home",
"https://x.com/i/flow/login",
"https://x.com/i/",
]);
if (vm.cancelWaitForURL) {
// If the user clicks archive only before the page is done loading, we cancel the login
Expand Down
Loading