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:
Jonas Jenwald 2023-06-02 10:00:04 +02:00
parent 665ff78051
commit 2db0eff70f

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
import { USERACTIVATION_CALLBACKID } from "./doc.js";
import { USERACTIVATION_CALLBACKID } from "./app.js";
const USERACTIVATION_MAXTIME_VALIDITY = 5000;