web-manager 3.0.11 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -286,7 +286,10 @@ For these, you must first call `.account().resolve()`
|
|
286
286
|
* `.auth-created-element`: Add to any element to show the local string for account creation date
|
287
287
|
* `.auth-phone-element`: Add to any element to display the user's phone
|
288
288
|
|
289
|
-
|
289
|
+
* Future additions (not added yet)
|
290
|
+
* `auth-link-provider-btn`: Initiate a link to the `data-provider` in this element
|
291
|
+
* `auth-unlink-provider-btn`: Initiate an unlink to the `data-provider` in this element
|
292
|
+
* `auth-signout-all-sessions-btn`: Call the server to sign out of all sessions and then log out of the current one.
|
290
293
|
|
291
294
|
|
292
295
|
```html
|
package/package.json
CHANGED