Skip to content

Commit

Permalink
SW-309 Design Store asking to verify user each time (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledsherkawi authored and ahmed-mrbeam committed Jan 20, 2022
1 parent feab18b commit f811dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_mrbeam/static/js/design_store.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ $(function () {
if (
token !== "" &&
oldToken !== token &&
currentUserSettings?.mrbeam?.user_token
currentUserSettings?.mrbeam
) {
delete currentUserSettings["mrbeam"]["user_token"];
currentUserSettings["mrbeam"][
Expand All @@ -187,7 +187,7 @@ $(function () {
if (
lastUploaded !== "" &&
oldLastUploaded !== lastUploaded &&
currentUserSettings?.mrbeam?.design_store_last_uploaded
currentUserSettings?.mrbeam
) {
delete currentUserSettings["mrbeam"][
"design_store_last_uploaded"
Expand Down

0 comments on commit f811dc9

Please sign in to comment.