From c9425660258564057f7e75cd4912ea4339f1339e Mon Sep 17 00:00:00 2001 From: "Peter C. S. Scholtens" Date: Tue, 5 Nov 2024 10:41:06 +0100 Subject: [PATCH] Action helper and modifier are deprecated in login-form.hbs To prepare for ember 6.0.0, see: https://deprecations.emberjs.com/id/template-action/ --- .../test-app/app/templates/components/login-form.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/test-app/app/templates/components/login-form.hbs b/packages/test-app/app/templates/components/login-form.hbs index 5a2aed97c..e3d45e5af 100644 --- a/packages/test-app/app/templates/components/login-form.hbs +++ b/packages/test-app/app/templates/components/login-form.hbs @@ -1,20 +1,20 @@ {{! login form; the fields must be named "identification" and "password"; the controller action is "authenticate" }} -Login with Facebook +Login with Facebook
-Login with Google (Implicit Grant) +Login with Google (Implicit Grant)

or login with OAuth 2.0 Resource Owner Password Credentials:

- +
- +
- +