diff --git a/ui/app/components/auth/form/base.hbs b/ui/app/components/auth/form/base.hbs index 34107cc303..382e785377 100644 --- a/ui/app/components/auth/form/base.hbs +++ b/ui/app/components/auth/form/base.hbs @@ -3,6 +3,8 @@ SPDX-License-Identifier: BUSL-1.1 ~}} +{{! Auth methods with standard login flows use this template. To implement any custom logic, this template should be copied into a new hbs file for that method. }} +