24 : <cfelse>
25 : <!--- Should never get here as you shouldn't be able to get past Cosign without the user being set, but anyway.... --->
26 : <cfthrow type="CosignAuth.RemoteUserNotSet" message="Remote user was not received by application." extendedInfo="Please contact support." />
27 : </cfif>
28 : <cfelse>
|