tocco-login 1.1.63 → 1.1.64

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -30,6 +30,7 @@ React-registry name: `login`
30
30
  | `passwordRequest` | | Boolean to open login app in reset mode.
31
31
  | `username` | | Open login app with pre-filled username.
32
32
  | `backendUrl` | | Set backend url dynamic to point to nice2 installation. If not set it fallbacks to the build time environment __BACKEND_URL__.
33
+ | `redirectUrl` | | A URL that the user gets redirected to after they're logged in. If empty, the `loginSuccess` event will probably need to be used.
33
34
 
34
35
  ### Methods
35
36
 
package/changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ 1.1.64
2
+ - add redirect that happens after successful login, destination defined by widget config
3
+
1
4
  1.1.63
2
5
  - generate reports without dialog in widgets
3
6