Skip to content

Commit 333ffd5

Browse files
committed
Merge branch 'browse-as-parse-user' of github.com:italkco/parse-dashboard into browse-as-parse-user
* 'browse-as-parse-user' of github.com:italkco/parse-dashboard: Reposition Browse as User menu item Removed EditRowDialog fixes for next PR Removed quickfix for next PR Removed quickfix for next PR Use master key state property on editRowDialog and ObjectPickerDialog; Enabled using useMasteKey property for save actions and other actions fix: eslint fixes UX changes in main nav bar for browse as user; Toggle new type added - HIDE_LABELS; fix: eslint fixes fix: don't update Array, Object or Polygon field on EditRowDialog when no changes Login dialog upgrades; Expand / Collapse TextArea fields on EditRowDialog; Fix for live reload data on EditRowDialog when data is updated on server Test ACL with parse user login
2 parents d617cae + f015d0a commit 333ffd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ class Browser extends DashboardView {
250250
if (Parse.User.current()) {
251251
Parse.User.logOut();
252252
}
253-
254253
const currentUser = await Parse.User.logIn(username, password);
255254
this.setState({ currentUser: currentUser, useMasterKey: false }, () => this.refresh());
256255
}

0 commit comments

Comments
 (0)