File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ function getAuthPaths(isCustomAuth: boolean): Path[] {
3636 } else {
3737 paths . push ( {
3838 method : "GET" ,
39- route : / ^ \/ \. a u t h \/ l o g i n \/ (?< provider > g i t h u b | t w i t t e r | g o o g l e | f a c e b o o k | [ a - z ] + ) ( \? .* ) ? $ / i,
39+ route : / ^ \/ \. a u t h \/ l o g i n \/ (?< provider > g i t h u b | t w i t t e r | g o o g l e | f a c e b o o k | [ a - z 0 - 9 ] + ) ( \? .* ) ? $ / i,
4040 function : "auth-login-provider" ,
4141 } ) ;
4242 }
@@ -54,7 +54,7 @@ function getAuthPaths(isCustomAuth: boolean): Path[] {
5454 } ,
5555 {
5656 method : "GET" ,
57- route : / ^ \/ \. a u t h \/ p u r g e \/ (?< provider > a a d | g i t h u b | t w i t t e r | g o o g l e | f a c e b o o k | [ a - z ] + ) ( \? .* ) ? $ / i,
57+ route : / ^ \/ \. a u t h \/ p u r g e \/ (?< provider > a a d | g i t h u b | t w i t t e r | g o o g l e | f a c e b o o k | [ a - z 0 - 9 ] + ) ( \? .* ) ? $ / i,
5858 // locally, all purge requests are processed as logout requests
5959 function : "auth-logout" ,
6060 } ,
You can’t perform that action at this time.
0 commit comments