Show RS widget when Unauthorized error received
Allows the user to re-auth via the widget
This commit is contained in:
@@ -11,7 +11,7 @@ export default class UserMenuComponent extends Component {
|
||||
@action
|
||||
connectRS() {
|
||||
this.args.onClose();
|
||||
this.args.storage.connect();
|
||||
this.args.storage.showConnectWidget();
|
||||
}
|
||||
|
||||
@action
|
||||
|
||||
Reference in New Issue
Block a user