You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2026-05-16 09:21:12 +02:00
implementing gallery photo rendering
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export class LoginCredential{
|
||||
constructor(public username?:string, public password?:string){
|
||||
constructor(public username:string = null, public password:string = null){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user