We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89002e3 commit 7f6091eCopy full SHA for 7f6091e
1 file changed
src/wwwroot/docs/servicestack-scripts.html
@@ -250,11 +250,11 @@ <h2 id="info-scripts">Info Scripts</h2>
250
</tr>
251
<tr>
252
<th>userAuthId</th>
253
- <td>IRequest.GetSession()?.UserAuthId</td>
+ <td>IRequest.GetSession().UserAuthId</td>
254
255
256
<th>userAuthName</th>
257
- <td>IRequest.GetSession()?.UserAuthName</td>
+ <td>IRequest.GetSession().UserAuthName</td>
258
259
260
<th>userSession</th>
0 commit comments