@authid/web-component 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ This integration is the most universal one as it can be used with any frontend t
|
|
|
9
9
|
|
|
10
10
|
* `authid-component` - a custom HTML component with the following attributes:
|
|
11
11
|
- `data-url` - required parameter with operation/transaction URL received from authID,
|
|
12
|
-
- `data-
|
|
12
|
+
- `data-target` - force selection of either `mobile` or `desktop` integration variant, `auto` is the default.
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|