Merge pull request #16511 from Snuffleupagus/pr-15618-followup

Fix incorrect `USERACTIVATION_CALLBACKID` import (15618 follow-up)
This commit is contained in:
Jonas Jenwald 2023-06-02 13:10:08 +02:00 committed by GitHub
commit a43b1246c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;