You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(msal): make AuthProvider extend BaseModuleProvider
- Fixed AuthProvider class to properly extend BaseModuleProvider
- Eliminates module initialization warnings about provider inheritance
- AuthProvider now inherits standard version property and dispose method
Fixed AuthProvider to properly extend BaseModuleProvider, eliminating module initialization warnings about provider inheritance.
6
+
7
+
The AuthProvider class now inherits the standard version property and dispose method from BaseModuleProvider, ensuring proper integration with the Fusion Framework's module system.
0 commit comments