Skip to content

Commit 7f6091e

Browse files
committed
Update servicestack-scripts.html
1 parent 89002e3 commit 7f6091e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wwwroot/docs/servicestack-scripts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ <h2 id="info-scripts">Info Scripts</h2>
250250
</tr>
251251
<tr>
252252
<th>userAuthId</th>
253-
<td>IRequest.GetSession()?.UserAuthId</td>
253+
<td>IRequest.GetSession().UserAuthId</td>
254254
</tr>
255255
<tr>
256256
<th>userAuthName</th>
257-
<td>IRequest.GetSession()?.UserAuthName</td>
257+
<td>IRequest.GetSession().UserAuthName</td>
258258
</tr>
259259
<tr>
260260
<th>userSession</th>

0 commit comments

Comments
 (0)