Commit 73740fe1 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix redirect url after logout

parent a224e769
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -156,13 +156,6 @@
                                    </xs:documentation>
                                </xs:annotation>
                            </xs:element>
                            <xs:element name="alias" minOccurs="0" type="xs:string">
                                <xs:annotation>
                                    <xs:documentation>
                                        Specifies alias to be used in web client.
                                    </xs:documentation>
                                </xs:annotation>
                            </xs:element>
                            <xs:element name="required_scope" minOccurs="0" type="xs:string">
                                <xs:annotation>
                                    <xs:documentation>
+2 −0
Original line number Diff line number Diff line
@@ -82,6 +82,8 @@ class OIDC(JSAppLauncher):
            msg = "Login to Galaxy using third-party identities is not enabled on this Galaxy instance."
            log.debug(msg)
            return trans.show_error_message(msg)
        if next == "/null":
            next = None
        if next:
            trans.set_cookie(value=next, name=LOGIN_NEXT_COOKIE_NAME, age=1)
        else: