Skip to content

Commit

Permalink
Remove unnecessary commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Feb 17, 2025
1 parent 66f9bf0 commit e6b7fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/utils/iiConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ export class Connection {
currentOrigin: window.location.origin,
// Empty array is the same as no related origins.
relatedOrigins: this.canisterConfig.related_origins[0] ?? [],
// relatedOrigins: relatedDomains(),
});
this.webAuthFlows = {
flows,
Expand Down

0 comments on commit e6b7fce

Please sign in to comment.