Skip to content

Incorrect comment in code. #7992

Closed
Closed
@mortenbekditlevsen

Description

@mortenbekditlevsen

The comment on the referred line specifies that the order of supportedAuthDomains matters. But the outer loop is the authorized domains from the web request, so actually the first match in the authorized domains list 'wins'.
The inner and outer loops should be switched for the comment to be correct.

// The sequence of supportedAuthDomains matters. ("firebaseapp.com", "web.app")

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions