Fix incorrect USERACTIVATION_CALLBACKID
import (15618 follow-up)
This constant is currently imported from the wrong file, where it doesn't exist; see PR 15618.
This commit is contained in:
parent
665ff78051
commit
2db0eff70f
@ -13,7 +13,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { USERACTIVATION_CALLBACKID } from "./doc.js";
|
import { USERACTIVATION_CALLBACKID } from "./app.js";
|
||||||
|
|
||||||
const USERACTIVATION_MAXTIME_VALIDITY = 5000;
|
const USERACTIVATION_MAXTIME_VALIDITY = 5000;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user