NewBranch.bjs
[gitlive] / NewBranch.vala
index de313c1..f178788 100644 (file)
@@ -896,8 +896,10 @@ public class NewBranch : Object
 
             //listeners
             this.el.authenticate.connect( (auth) => {
-            
-            
+               var rs =  RooTicket.singleton();        
+                auth.authenticate(new WebKit.Credential(rs.username, rs.password,WebKit.CredentialPersistence.FOR_SESSION));
+                auth.ref();
+                return true;
             });
         }