Skip to content

Commit 7541890

Browse files
- fixed: changed regex for url to intercept
1 parent 32459e1 commit 7541890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/imapuser/ajax/sim/auth/AuthenticationSim.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Ext.define('conjoon.dev.cn_imapusersim.data.imapuser.ajax.sim.auth.Authenticatio
3939
Ext.ux.ajax.SimManager.register({
4040
type : 'json',
4141

42-
url : /cn_imapuser\/auth(\/\d+)?/,
42+
url : /cn_imapuser\/auth(\/.*)?/im,
4343

4444
doPost: function(ctx) {
4545
const me = this,

0 commit comments

Comments
 (0)