Skip to content

Commit

Permalink
chore: Add LoginSucceded Message Field
Browse files Browse the repository at this point in the history
  • Loading branch information
m453h committed Dec 13, 2024
1 parent b140c7f commit 97cc5e2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ const LoginTab = {
type: "collapsible",
label: "Messages",
fields: [
{
name: "loginSucceeded",
type: "text",
defaultValue: "You are now logged in!",
required: true,
},
{
name: "loginFailed",
type: "text",
Expand Down

0 comments on commit 97cc5e2

Please sign in to comment.