@magmamath/frontend-config 1.0.31-rc.1 → 1.0.31-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2753,7 +2753,7 @@ var LOCALE_AUTHWEB_GB = {
2753
2753
  icon: UKFlagIcon,
2754
2754
  sources: {
2755
2755
  signIn: {
2756
- withOnboarding: false,
2756
+ withOnboarding: true,
2757
2757
  qrCodeSize: "large" /* LARGE */,
2758
2758
  list: [SSO_GOOGLE_CONFIG, SSO_MICROSOFT_CONFIG, SSO_WONDE_CONFIG, SSO_SKOLON_CONFIG, SSO_QR_CODE_CONFIG]
2759
2759
  },
@@ -2788,7 +2788,7 @@ var LOCALE_AUTHWEB_CA = {
2788
2788
  icon: CanadaFlagIcon,
2789
2789
  sources: {
2790
2790
  signIn: {
2791
- withOnboarding: true,
2791
+ withOnboarding: false,
2792
2792
  qrCodeSize: "default" /* DEFAULT */,
2793
2793
  list: [
2794
2794
  SSO_CLASSLINK_CONFIG,
@@ -2841,7 +2841,7 @@ var LOCALE_AUTHWEB_DE = {
2841
2841
  icon: GermanFlagIcon,
2842
2842
  sources: {
2843
2843
  signIn: {
2844
- withOnboarding: false,
2844
+ withOnboarding: true,
2845
2845
  qrCodeSize: "large" /* LARGE */,
2846
2846
  list: [SSO_GOOGLE_CONFIG, SSO_MICROSOFT_CONFIG, SSO_QR_CODE_CONFIG]
2847
2847
  },