Skip to content

Commit

Permalink
ui: using sample inc logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Mar 31, 2024
1 parent 03756bb commit 2ec7b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sample/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// and after login function
var Auth = maildoor.New(
maildoor.UsePrefix("/auth/"),
maildoor.WithLogo("https://raw.githubusercontent.com/wawandco/maildoor/508ff43/internal/sample/logo.png"),
maildoor.WithLogo("https://raw.githubusercontent.com/wawandco/maildoor/03756bb/internal/sample/logo.png"),
maildoor.ProductName("Basse"),
maildoor.EmailValidator(validateEmail),
maildoor.AfterLogin(afterLogin),
Expand Down

0 comments on commit 2ec7b0e

Please sign in to comment.