change name

This commit is contained in:
satanshiro
2023-05-02 16:53:43 +03:00
committed by GitHub
parent 4113f0faea
commit f2044c4d26

View File

@ -93,7 +93,7 @@ export declare namespace KcContext {
url: string; url: string;
SAMLRequest?: string; SAMLRequest?: string;
SAMLResponse?: string; SAMLResponse?: string;
RelayState?: string; relayState?: string;
}; };
}; };