mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-03-13 06:30:01 +01:00
fix uia sso action
This commit is contained in:
parent
ee0ee7936b
commit
4b3668cb65
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ export function SSOStage({
|
|||
|
||||
const handleSubmit = useCallback(() => {
|
||||
submitAuthDict({
|
||||
type: AuthType.Sso,
|
||||
session,
|
||||
});
|
||||
}, [submitAuthDict, session]);
|
||||
|
|
Loading…
Reference in a new issue