Skip to content

Commit

Permalink
fix: apps - freeboard - iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
artificialhoney committed Feb 26, 2025
1 parent 9e0a1ee commit bc70cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/models/AuthProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export class AuthProvider {
}

deserialize(object) {
this._type = object.type;
this._settings = object.settings;
this.type = object.type;
this.settings = object.settings;
this.enabled = object.enabled;
this.title = object.title;
this.updateAuthProviderInstance();
Expand Down

0 comments on commit bc70cc0

Please sign in to comment.