update 优化 clientid写死问题
This commit is contained in:
parent
c206ab5b4a
commit
fec61f9650
@ -76,7 +76,7 @@ const init = async () => {
|
|||||||
socialState: state,
|
socialState: state,
|
||||||
tenantId: tenantId,
|
tenantId: tenantId,
|
||||||
source: source,
|
source: source,
|
||||||
clientId: 'e5cd7e4891bf95d1d19206ce24a7b32e',
|
clientId: import.meta.env.VITE_APP_CLIENT_ID,
|
||||||
grantType: 'social'
|
grantType: 'social'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user