implement svg interface in login and signup
This commit is contained in:
@@ -22,8 +22,8 @@ type UserSignSession struct {
|
||||
Expire int
|
||||
}
|
||||
|
||||
func NewSignupSession(username m.Username, kp m.KeypadDimension, customerId m.CustomerId) (*UserSignSession, error) {
|
||||
loginInterface, err := m.NewUserInterface(&kp)
|
||||
func NewSignupSession(username m.Username, kp m.KeypadDimension, customerId m.CustomerId, svgInterface m.SvgIdInterface) (*UserSignSession, error) {
|
||||
loginInterface, err := m.NewUserInterface(&kp, svgInterface)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user