Skip to content

Commit

Permalink
Query private url to trigger log in
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Feb 17, 2025
1 parent dba79fe commit bee09d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/MetroAuthenticator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class MetroAuthenticator extends Authenticator {
this.store.issuer = issuer;

// TODO there is probably a better way to trigger the redirect...
await client.get(user?.webId);
await client.get(user?.storageUrls[0] + 'this-does-not-exist');

// Browser should redirect, so just make it wait for a while.
await after({ seconds: 60 });
Expand Down

0 comments on commit bee09d4

Please sign in to comment.