Skip to content

Commit 3a4adfd

Browse files
committed
one more
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 44554d5 commit 3a4adfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

models/login_source.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ func UpdateSource(source *LoginSource) error {
329329
return nil
330330
}
331331

332+
if settable, ok := source.Cfg.(LoginSourceSettable); ok {
333+
settable.SetLoginSource(source)
334+
}
335+
332336
registerableSource, ok := source.Cfg.(RegisterableSource)
333337
if !ok {
334338
return nil

0 commit comments

Comments
 (0)