Skip to content

Commit

Permalink
restrict to secure context
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiesinger committed Sep 19, 2023
1 parent f1ad5c2 commit 1d3dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/idp-sign-in-status-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interface NavigatorLogin {
};
partial interface Navigator {
readonly NavigatorLogin login;
[SecureContext] readonly NavigatorLogin login;
};
```

Expand Down

0 comments on commit 1d3dc28

Please sign in to comment.