File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Api/Tools/Controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public async Task<ListResponseModel<SendResponseModel>> GetAll()
229229 }
230230
231231 [ Authorize ( Policy = Policies . Send ) ]
232- // [RequireFeature(FeatureFlagKeys.SendEmailOTP)] /* Uncomment this once client re-try logic is removed */
232+ // [RequireFeature(FeatureFlagKeys.SendEmailOTP)] /* Uncomment once client fallback re-try logic is added */
233233 [ HttpPost ( "access/" ) ]
234234 public async Task < IActionResult > AccessUsingAuth ( [ FromBody ] SendAccessRequestModel model )
235235 {
@@ -251,7 +251,7 @@ public async Task<IActionResult> AccessUsingAuth([FromBody] SendAccessRequestMod
251251 }
252252
253253 [ Authorize ( Policy = Policies . Send ) ]
254- // [RequireFeature(FeatureFlagKeys.SendEmailOTP)] /* Uncomment this once client re-try logic is removed */
254+ // [RequireFeature(FeatureFlagKeys.SendEmailOTP)] /* Uncomment once client fallback re-try logic is added */
255255 [ HttpPost ( "access/file/{fileId}" ) ]
256256 public async Task < IActionResult > GetSendFileDownloadDataUsingAuth ( string fileId )
257257 {
You can’t perform that action at this time.
0 commit comments