Commit 1deab76d authored by bianlongting's avatar bianlongting 💬

fix util not init

parent 4b3bcb04
......@@ -11,6 +11,7 @@ export default class Sso {
private ssoConfig: ISsoConfig;
constructor(ssoConfig: ISsoConfig) {
this.ssoConfig = ssoConfig;
util.init(ssoConfig);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment