- From: sam goto <notifications@github.com>
- Date: Thu, 19 Mar 2020 15:24:40 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 March 2020 22:24:52 UTC
@dbaron yep, purely some bad copy pasting :) here it goes:
https://wicg.github.io/WebOTP/#OTPCredential
```
[Exposed=Window, SecureContext]
interface OTPCredential : Credential {
readonly attribute DOMString code;
};
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/391#issuecomment-601445284
Received on Thursday, 19 March 2020 22:24:52 UTC